veghlaci05 commented on code in PR #4384:
URL: https://github.com/apache/hive/pull/4384#discussion_r1337258146
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -6396,52 +6430,45 @@ private AbortCompactionResponseElement
getAbortCompactionResponseElement(long co
}
@RetrySemantics.SafeToRetry
- public AbortCompactionResponseElement abortCompaction(CompactionInfo
compactionInfo) throws MetaException {
Review Comment:
compact() is also in TxnHandler, and this method aborts the compaction
created by the other one. However I'm also not strictly tied to the idea that
it must be in TxnHandler.
--
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]