codope commented on code in PR #9761:
URL: https://github.com/apache/hudi/pull/9761#discussion_r1368134047
##########
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:
Since we are using a different relation that needs to be benchmarked and
does not work yet with incremental, timetravel queries, i prefer to keep it
false for beta release. We can change it to true when we release 1.0 GA version.
--
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]