zhangbutao commented on code in PR #4960:
URL: https://github.com/apache/hive/pull/4960#discussion_r1431520335
##########
ql/src/java/org/apache/hadoop/hive/ql/stats/BasicStatsTask.java:
##########
@@ -309,9 +309,6 @@ private int aggregateStats(Hive db, Table tbl) {
TransactionalStatsProcessor transactionalStatsProcessor = new
TransactionalStatsProcessor(db, p);
transactionalStatsProcessor.process(statsAggregator);
- if (conf.getBoolVar(ConfVars.TEZ_EXEC_SUMMARY)) {
Review Comment:
Definitely a good catch!
I also take a little time to check `LOG.info` and `console.printInfo`, and
it seems that the` else if `is more reasonable.
Thanks.
--
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]