nsivabalan commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2078714032
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -1163,13 +1155,17 @@ protected void
completeLogCompaction(HoodieCommitMetadata metadata, HoodieTable
tableServiceClient.completeLogCompaction(metadata, table,
logCompactionCommitTime);
}
+ public void completeLogCompaction(String compactionInstantTime,
HoodieWriteMetadata<O> compactionWriteMetadata, Option<HoodieTable> tableOpt) {
Review Comment:
after I addressed couple of comments from Danny, we don't need these
anymore. these were only used for mdt writes.
--
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]