1
0

[HUDI-1075] Implement simple clustering strategies to create ClusteringPlan and to run the plan

This commit is contained in:
Satish Kotha
2020-11-07 17:08:55 -08:00
parent e4e2fbc3bb
commit 6dc03b65bf
47 changed files with 2383 additions and 128 deletions

View File

@@ -40,6 +40,11 @@
}],
"default": null
},
{
"name":"numOutputFileGroups",
"type":["int", "null"],
"default": 1
},
{
"name":"version",
"type":["int", "null"],