Preparation for Avro update (#2650)
This commit is contained in:
committed by
GitHub
parent
8bc65b9318
commit
aa0da72c59
@@ -23,11 +23,11 @@
|
||||
{
|
||||
"name":"operationType",
|
||||
"type":["null", "string"],
|
||||
"default": ""
|
||||
"default": null
|
||||
},
|
||||
{
|
||||
"name":"clusteringPlan", /* only set if operationType == clustering" */
|
||||
"type":["HoodieClusteringPlan", "null"],
|
||||
"type":["null", "HoodieClusteringPlan"],
|
||||
"default": null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user