kgyrtkirk commented on a change in pull request #2756:
URL: https://github.com/apache/hive/pull/2756#discussion_r755099360
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/StatsTask.java
##########
@@ -67,7 +67,7 @@ public void initialize(QueryState queryState, QueryPlan
queryPlan, TaskQueue tas
super.initialize(queryState, queryPlan, taskQueue, context);
if (work.getBasicStatsWork() != null) {
- BasicStatsTask task = new BasicStatsTask(conf, work.getBasicStatsWork());
+ BasicStatsTask task = new BasicStatsTask(conf, work.getBasicStatsWork(),
getTxnMgr());
Review comment:
do we still need this argument?
--
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]