You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/28 23:03:32 UTC

[GitHub] [hudi] yihua commented on a diff in pull request #7088: [HUDI-] Add the feature flag back to disable HoodieFileIndex and fall back to HoodieROTablePathFilter

yihua commented on code in PR #7088:
URL: https://github.com/apache/hudi/pull/7088#discussion_r1008567676


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -91,7 +90,7 @@ object DataSourceReadOptions {
 
   val ENABLE_HOODIE_FILE_INDEX: ConfigProperty[Boolean] = ConfigProperty
     .key("hoodie.file.index.enable")
-    .defaultValue(true)
+    .defaultValue(false)

Review Comment:
   This is to run the CI on `hoodie.file.index.enable=false` to ensure the relation functions without the `HoodieFileIndex`.  This line of change is going to be reverted before merging. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org