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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -236,6 +237,8 @@ public class HoodieTableConfig extends HoodieConfig {
 
   private static final String TABLE_CHECKSUM_FORMAT = "%s.%s"; // 
<database_name>.<table_name>
 
+  private static Set<String> metadataPartition = null;
+

Review Comment:
   keep the result in static variable is not a good way, either we keep the 
code as it is either we introduce some cache tools like the guava interns and 
initialize it when building the table config(in the constructor).



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