lokeshj1703 commented on code in PR #12888:
URL: https://github.com/apache/hudi/pull/12888#discussion_r1973408392
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/MarkerBasedRollbackStrategy.java:
##########
@@ -106,10 +106,8 @@ public List<HoodieRollbackRequest>
getRollbackRequests(HoodieInstant instantToRo
}
}
- protected HoodieRollbackRequest
createRollbackRequestForCreateAndMerge(String fileId,
-
String partitionPath,
-
StoragePath filePath,
-
HoodieInstant instantToRollback) {
+ protected HoodieRollbackRequest
createRollbackRequestForCreateAndMerge(String fileId, String partitionPath,
StoragePath filePath,
+
HoodieInstant instantToRollback, String filePathToRollback) {
if (table.version().greaterThanOrEquals(HoodieTableVersion.EIGHT)) {
Review Comment:
The change is only applicable for table version less than 8.
--
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]