[ https://issues.apache.org/jira/browse/HIVE-24900?focusedWorklogId=568091&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-568091 ]
ASF GitHub Bot logged work on HIVE-24900: ----------------------------------------- Author: ASF GitHub Bot Created on: 18/Mar/21 04:52 Start Date: 18/Mar/21 04:52 Worklog Time Spent: 10m Work Description: rbalamohan commented on a change in pull request #2086: URL: https://github.com/apache/hive/pull/2086#discussion_r596551097 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Worker.java ########## @@ -523,6 +523,8 @@ protected Boolean findNextCompactionAndExecute(boolean computeStats) throws Inte final StatsUpdater su = computeStats ? StatsUpdater.init(ci, msc.findColumnsWithStats( CompactionInfo.compactionInfoToStruct(ci)), conf, runJobAsSelf(ci.runAs) ? ci.runAs : t.getOwner()) : null; + Path resultDir = QueryCompactor.Util.getCompactionResultDir(sd, tblValidWriteIds, Review comment: Can you plz double check this, as the params can be diff depending on major/min/MM etc. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 568091) Time Spent: 20m (was: 10m) > Failed compaction does not cleanup the directories > -------------------------------------------------- > > Key: HIVE-24900 > URL: https://issues.apache.org/jira/browse/HIVE-24900 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Ramesh Kumar Thangarajan > Assignee: Ramesh Kumar Thangarajan > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Failed compaction does not cleanup the directories -- This message was sent by Atlassian Jira (v8.3.4#803005)