deniskuzZ commented on code in PR #5807:
URL: https://github.com/apache/hive/pull/5807#discussion_r2084185165
##########
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:
logical order of significance, we gather stats for a table, so it should be
among the first, not after the supplementary stuff like msc
--
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]