[HUDI-2101][RFC-28] support z-order for hudi (#3330)
* [HUDI-2101]support z-order for hudi * Renaming some configs for consistency/simplicity. * Minor code cleanups Co-authored-by: Vinoth Chandar <vinoth@apache.org>
This commit is contained in:
@@ -110,6 +110,12 @@ object DataSourceReadOptions {
|
||||
.withDocumentation("The query instant for time travel. Without specified this option," +
|
||||
" we query the latest snapshot.")
|
||||
|
||||
val ENABLE_DATA_SKIPPING: ConfigProperty[Boolean] = ConfigProperty
|
||||
.key("hoodie.enable.data.skipping")
|
||||
.defaultValue(true)
|
||||
.sinceVersion("0.10.0")
|
||||
.withDocumentation("enable data skipping to boost query after doing z-order optimize for current table")
|
||||
|
||||
/** @deprecated Use {@link QUERY_TYPE} and its methods instead */
|
||||
@Deprecated
|
||||
val QUERY_TYPE_OPT_KEY = QUERY_TYPE.key()
|
||||
|
||||
Reference in New Issue
Block a user