vamsikarnika commented on code in PR #14260:
URL: https://github.com/apache/hudi/pull/14260#discussion_r2559772692
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -909,11 +909,20 @@ && isIndexingCommit(instant.getTimestamp()))
* @return true if rollback was triggered. false otherwise.
*/
protected Boolean rollbackFailedWrites() {
+ return rollbackFailedWrites(false);
Review Comment:
yes, removed them
--
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]