AngersZhuuuu commented on code in PR #36754: URL: https://github.com/apache/spark/pull/36754#discussion_r888563938
########## sql/catalyst/src/main/java/org/apache/spark/sql/util/NumericHistogram.java: ########## @@ -44,10 +44,14 @@ * 4. In Hive's code, the method [[merge()] pass a serialized histogram, * in Spark, this method pass a deserialized histogram. * Here we change the code about merge bins. + * + * @since 3.3.0 Review Comment: > cc @AngersZhuuuu Later LGTM -- 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]
