danny0405 commented on code in PR #12327:
URL: https://github.com/apache/hudi/pull/12327#discussion_r1855730823


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/UpgradeDowngradeUtils.java:
##########
@@ -180,4 +191,165 @@ public static long 
convertCompletionTimeToEpoch(HoodieInstant instant) {
       return -1;
     }
   }
+
+  static void rollbackFailedWritesAndCompact(HoodieTable table, 
HoodieEngineContext context, HoodieWriteConfig config,
+                                             SupportsUpgradeDowngrade 
upgradeDowngradeHelper, boolean shouldCompact) {
+    try {
+      // set required configs for rollback

Review Comment:
   clean up these TODOs.



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