[HUDI-3867] Disable Data Skipping by default (#5306)
This commit is contained in:
@@ -119,7 +119,7 @@ object DataSourceReadOptions {
|
|||||||
|
|
||||||
val ENABLE_DATA_SKIPPING: ConfigProperty[Boolean] = ConfigProperty
|
val ENABLE_DATA_SKIPPING: ConfigProperty[Boolean] = ConfigProperty
|
||||||
.key("hoodie.enable.data.skipping")
|
.key("hoodie.enable.data.skipping")
|
||||||
.defaultValue(true)
|
.defaultValue(false)
|
||||||
.sinceVersion("0.10.0")
|
.sinceVersion("0.10.0")
|
||||||
.withDocumentation("Enables data-skipping allowing queries to leverage indexes to reduce the search space by " +
|
.withDocumentation("Enables data-skipping allowing queries to leverage indexes to reduce the search space by " +
|
||||||
"skipping over files")
|
"skipping over files")
|
||||||
|
|||||||
Reference in New Issue
Block a user