abstractdog commented on code in PR #5648: URL: https://github.com/apache/hive/pull/5648#discussion_r1977231156
########## ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUtils.java: ########## @@ -401,7 +375,7 @@ private static Statistics collectStatistics(HiveConf conf, PrunedPartitionList p // size is 0, aggrStats is null after several retries. Thus, we can // skip the step to connect to the metastore. if (fetchColStats && !neededColsToRetrieve.isEmpty() && !partNames.isEmpty()) { - aggrStats = Hive.get().getAggrColStatsFor(table.getDbName(), table.getTableName(), + aggrStats = Hive.get().getAggrColStatsFor(table.getDbName(), table.getTableName(), Review Comment: nit: trailing whitespace added accidentally -- 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