SteNicholas commented on a change in pull request #3633:
URL: https://github.com/apache/hudi/pull/3633#discussion_r705878399
##########
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:
```suggestion
.withDocumentation("Whether or not, this is a bootstrapped table, with
bootstrap base data and an mapping index defined, default is 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]