deniskuzZ commented on code in PR #5649:
URL: https://github.com/apache/hive/pull/5649#discussion_r1994136958
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/compaction/IcebergQueryCompactor.java:
##########
@@ -121,6 +121,7 @@ public boolean run(CompactorContext context) throws
IOException, HiveException,
throw e;
} finally {
sessionState.setCompaction(false);
+ sessionState.closeOnExit();
Review Comment:
shouldn't we set the hook when we create a session object? i don't think
that is the right place
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]