codope commented on a change in pull request #4693: URL: https://github.com/apache/hudi/pull/4693#discussion_r835776000
########## File path: hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java ########## @@ -208,6 +208,18 @@ .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<String> TABLE_METADATA_INDEX_INFLIGHT = ConfigProperty + .key("hoodie.table.metadata.index.inflight") Review comment: will do.. `indexes` -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org