deniskuzZ commented on code in PR #5807: URL: https://github.com/apache/hive/pull/5807#discussion_r2082223371
########## 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: can we make `table.getParameters()` 3rd param? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org