kasakrisz commented on code in PR #5807:
URL: https://github.com/apache/hive/pull/5807#discussion_r2084092965
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Worker.java:
##########
@@ -287,7 +287,7 @@ protected Boolean findNextCompactionAndExecute(boolean
collectGenericStats, bool
if (success && compactionService.computeStats()) {
statsUpdater.gatherStats(ci, conf, CompactorUtil.runJobAsSelf(ci.runAs)
? ci.runAs : table.getOwner(),
- CompactorUtil.getCompactorJobQueueName(conf, ci, table), msc);
+ CompactorUtil.getCompactorJobQueueName(conf, ci, table), msc,
table.getParameters());
Review Comment:
Why 3rd? Why not 1st or 2nd? Could you please share the pros behind this.
--
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]