nsivabalan commented on a change in pull request #2520:
URL: https://github.com/apache/hudi/pull/2520#discussion_r604825768
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -67,6 +68,7 @@
public static final String HOODIE_TIMELINE_LAYOUT_VERSION =
"hoodie.timeline.layout.version";
public static final String HOODIE_PAYLOAD_CLASS_PROP_NAME =
"hoodie.compaction.payload.class";
public static final String HOODIE_ARCHIVELOG_FOLDER_PROP_NAME =
"hoodie.archivelog.folder";
+ public static final String HOODIE_BOOTSTRAP_INDEX_ENABLE =
"hoodie.bootstrap.index.enable";
Review comment:
may I know where do we set default value for this config to false?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]