danny0405 commented on code in PR #18183:
URL: https://github.com/apache/hudi/pull/18183#discussion_r2850775703


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieClient.java:
##########
@@ -307,4 +310,43 @@ protected boolean 
isStreamingWriteToMetadataEnabled(HoodieTable table) {
     return config.isMetadataTableEnabled()
         && 
config.isMetadataStreamingWritesEnabled(table.getMetaClient().getTableConfig().getTableVersion());
   }
+
+  // Allowlist of key config properties to include in commit metadata
+  private static final String[] KEY_CONFIG_PROPERTIES = {

Review Comment:
   it would be more clear if we move these props into a saparate class probably 
named `CommitMetadataProperties` ?



-- 
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]

Reply via email to