dengzhhu653 commented on code in PR #3137:
URL: https://github.com/apache/hive/pull/3137#discussion_r1038905999
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregator.java:
##########
@@ -60,4 +60,8 @@ public ColumnStatisticsObj
aggregate(List<ColStatsObjWithSourceInfo> colStatsWit
statsObj.setStatsData(columnStatisticsData);
return statsObj;
}
+
+ @Override protected ColumnStatisticsData initColumnStatisticsData() {
+ throw new UnsupportedOperationException("initColumnStatisticsData not
supported for binary statistics");
Review Comment:
nit: the binary type supports ColumnStatisticsData, the exception and the
method name makes me confusing, can we change the method name or add more
details why it doesn't support?
--
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]