Neer393 commented on code in PR #5994:
URL: https://github.com/apache/hive/pull/5994#discussion_r2257870671


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java:
##########
@@ -393,6 +418,18 @@ public void abortJobs(List<JobContext> 
originalContextList) throws IOException {
                   .onFailure((file, exc) -> LOG.warn("Failed to remove data 
file {} on abort job", file.path(), exc))
                   .run(file -> table.io().deleteFile(file.path().toString()));
             }
+
+            if (commitTasksInfo.isEmpty()) {

Review Comment:
   Resolved it



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to