xicm commented on code in PR #5286:
URL: https://github.com/apache/hudi/pull/5286#discussion_r867605721
##########
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:
Thanks for review, static is not a good way, Can we keep the result in a
Set, and init when the first get is called?
--
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]