cboumalh commented on code in PR #51298: URL: https://github.com/apache/spark/pull/51298#discussion_r2331174895
########## sql/api/src/main/scala/org/apache/spark/sql/functions.scala: ########## @@ -1165,6 +1165,169 @@ object functions { */ def sum_distinct(e: Column): Column = Column.fn("sum", isDistinct = true, e) + /** + * Aggregate function: returns the compact binary representation of the Datasketches + * ThetaSketch, generated by intersecting previously created Datasketches ThetaSketch instances + * via a Datasketches Intersection instance. Allows setting of log nominal entries for the + * intersection buffer. Review Comment: yep I get your point and it makes sense. I will address this! -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org