SourabhBadhya commented on code in PR #3812:
URL: https://github.com/apache/hive/pull/3812#discussion_r1050467376
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/StatsUpdater.java:
##########
@@ -50,12 +52,9 @@ public final class StatsUpdater {
* @param userName The user to run the statistic collection with
* @param compactionQueueName The name of the compaction queue
*/
- public void gatherStats(CompactionInfo ci, HiveConf conf, String userName,
String compactionQueueName) {
+ public void gatherStats(IMetaStoreClient msc, CompactionInfo ci, HiveConf
conf,
Review Comment:
Done
--
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]