codope commented on code in PR #9761:
URL: https://github.com/apache/hudi/pull/9761#discussion_r1368133407
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -284,6 +290,13 @@ public class HoodieTableConfig extends HoodieConfig {
.sinceVersion("0.13.0")
.withDocumentation("The metadata of secondary indexes");
+ public static final ConfigProperty<String> TABLE_BASE_FILE_FORMATS =
ConfigProperty
+ .key("hoodie.table.base.file.formats")
+ .defaultValue(HoodieFileFormat.PARQUET.name())
+ .markAdvanced()
+ .sinceVersion("1.0.0")
+ .withDocumentation("Comma-separated list of base file formats in this
Hudi table.");
Review Comment:
my bad.. i removed all the usages of this config but missed removing the
config itself! will remove it.
--
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]