danny0405 commented on code in PR #9761:
URL: https://github.com/apache/hudi/pull/9761#discussion_r1368120859
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -244,6 +244,12 @@ public class HoodieTableConfig extends HoodieConfig {
.markAdvanced()
.withDocumentation("When set to true, will not write the partition
columns into hudi. By default, false.");
+ public static final ConfigProperty<Boolean>
MULTIPLE_BASE_FILE_FORMATS_ENABLE = ConfigProperty
+ .key("hoodie.table.multiple.base.file.formats.enable")
+ .defaultValue(false)
+ .sinceVersion("1.0.0")
+ .withDocumentation("When set to true, the table can support reading and
writing multiple base file formats.");
Review Comment:
Why we need this option, shouldn't it always be true?
--
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]