deniskuzZ commented on code in PR #6208:
URL: https://github.com/apache/hive/pull/6208#discussion_r2571116881


##########
ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUtils.java:
##########
@@ -894,6 +874,34 @@ public static ColStatistics 
getColStatistics(ColumnStatisticsObj cso, String col
     return cs;
   }
 
+  // Populate ColStatistics from LongColumnStatsData, checking isSet for 
optional i64 fields
+  private static void populateColStatisticsFromLongStats(
+      org.apache.hadoop.hive.metastore.api.LongColumnStatsData longStats,
+      ColStatistics cs, double avgColLen) {

Review Comment:
   maybe make `ColStatistics cs` 1st arg? i.e (cs, longStats, avgColLen)



-- 
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]

Reply via email to