liujinhui1994 commented on a change in pull request #3633:
URL: https://github.com/apache/hudi/pull/3633#discussion_r706156670



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -138,7 +138,7 @@
 
   public static final ConfigProperty<String> BOOTSTRAP_INDEX_ENABLE = 
ConfigProperty
       .key("hoodie.bootstrap.index.enable")
-      .noDefaultValue()
+      .defaultValue("false")
       .withDocumentation("Whether or not, this is a bootstrapped table, with 
bootstrap base data and an mapping index defined.");

Review comment:
       +1




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to