codope commented on code in PR #12711:
URL: https://github.com/apache/hudi/pull/12711#discussion_r1930161485


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1086,7 +1086,7 @@ public void update(HoodieCommitMetadata commitMetadata, 
String instantTime) {
           HoodieTableMetadataUtil.convertMetadataToRecords(
               engineContext, dataWriteConfig, commitMetadata, instantTime, 
dataMetaClient, getTableMetadata(),
               dataWriteConfig.getMetadataConfig(),
-              enabledPartitionTypes, dataWriteConfig.getBloomFilterType(),
+              getMetadataPartitionsToUpdate(), 
dataWriteConfig.getBloomFilterType(),

Review Comment:
   yeah could you please file a followup to refactor the code? Let's not mix it 
with this PR.



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