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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to