jonvex commented on code in PR #11067:
URL: https://github.com/apache/hudi/pull/11067#discussion_r1577049959


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -167,21 +167,15 @@ protected HoodieBackedTableMetadataWriter(Configuration 
hadoopConf,
     this.engineContext = engineContext;
     this.hadoopConf = new SerializableConfiguration(hadoopConf);
     this.metrics = Option.empty();
-    this.enabledPartitionTypes = new ArrayList<>(4);

Review Comment:
   oh, wow we just hardcoded that!



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