veghlaci05 commented on code in PR #4384:
URL: https://github.com/apache/hive/pull/4384#discussion_r1230707069
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/handler/AbortedTxnCleaner.java:
##########
@@ -99,7 +100,7 @@ private void clean(CompactionInfo info, long
minOpenWriteTxn, boolean metricsEna
if (isNull(t)) {
// The table was dropped before we got around to cleaning it.
LOG.info("Unable to find table {}, assuming it was dropped.",
info.getFullTableName());
- txnHandler.markCleaned(info, true);
+ txnHandler.markCleaned((CompactionInfo) info, true);
Review Comment:
Removed the AbortedTxnInfo class, it will be introduced together with the
thrift changes
--
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]