veghlaci05 commented on code in PR #4384:
URL: https://github.com/apache/hive/pull/4384#discussion_r1222919970


##########
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:
   I'm not sure how Thrift will behave when old client interacts with new 
Server, or vice versa. Changing thrift signatures should be done in a separate 
PR as it can trigger further 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]

Reply via email to