nsivabalan commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2017607285
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -269,30 +270,35 @@ public boolean commitStats(String instantTime,
List<HoodieWriteStat> stats,
return true;
}
+ protected HoodieCommitMetadata reconcileCommitMetadata(HoodieTable table,
String commitActionType, String instantTime, HoodieCommitMetadata
originalMetadata) {
Review Comment:
I have made some changes. can you check if it looks good. we thougth we did
not want to support table version 6 with flink. And so, we are overriding the
reconcile method only for spark.
let me know if you think otherwise.
@danny0405
--
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]