danny0405 commented on code in PR #9935:
URL: https://github.com/apache/hudi/pull/9935#discussion_r1375611945
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java:
##########
@@ -304,7 +304,7 @@ public void deleteInstantFileIfExists(HoodieInstant
instant) {
if (result) {
LOG.info("Removed instant " + instant);
} else {
- throw new HoodieIOException("Could not delete instant " + instant);
+ throw new HoodieIOException("Could not delete instant " + instant +
" and path is " + commitFilePath);
Review Comment:
"Could not delete instant " + instant + " with path " + commitFilePath
--
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]