1
0

[HUDI-1468] Support custom clustering strategies and preserve commit metadata as part of clustering (#3419)

Co-authored-by: Satish Kotha <satishkotha@uber.com>
This commit is contained in:
Sagar Sumit
2021-08-07 08:23:08 +05:30
committed by GitHub
parent 9ce548edb1
commit 70b6bd485f
34 changed files with 1150 additions and 343 deletions

View File

@@ -45,6 +45,11 @@
"name":"version",
"type":["int", "null"],
"default": 1
},
{
"name":"preserveHoodieMetadata",
"type":["null", "boolean"],
"default": null
}
]
}