deniskuzZ commented on code in PR #6143:
URL: https://github.com/apache/hive/pull/6143#discussion_r2473512694


##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/MmMinorQueryCompactor.java:
##########
@@ -80,7 +80,7 @@ protected HiveConf setUpDriverSession(HiveConf hiveConf) {
    * Clean up the empty table dir of 'tmpTableName'.
    */
   @Override protected void commitCompaction(String tmpTableName, HiveConf 
conf) throws IOException, HiveException {
-    Util.cleanupEmptyTableDir(conf, tmpTableName);
+    Util.cleanupEmptyTableDir(conf, tmpTableName + "_result");

Review Comment:
   could we put @Override on a new line



-- 
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