zhangyue19921010 commented on a change in pull request #5186:
URL: https://github.com/apache/hudi/pull/5186#discussion_r840256140
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -208,6 +209,11 @@
.sinceVersion("0.11.0")
.withDocumentation("Table checksum is used to guard against partial
writes in HDFS. It is added as the last entry in hoodie.properties and then
used to validate while reading table config.");
+ public static final ConfigProperty<Boolean> METADATA_TABLE_ENABLE =
ConfigProperty
+ .key("hoodie.table.metadata.enable")
+ .defaultValue(HoodieMetadataConfig.ENABLE.defaultValue())
+ .withDocumentation("Enable the internal metadata table which serves
table metadata like level file listings.");
Review comment:
Hi @codope just add a new ticket
https://issues.apache.org/jira/browse/HUDI-3766 here.
Maybe we can handle this flag for reader side for another PR?
Take this patch as a first step solving the possible out-of-sync issue :)
--
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]