cboumalh commented on code in PR #54338: URL: https://github.com/apache/spark/pull/54338#discussion_r2828290196
########## docs/sql-ref-sketch-aggregates.md: ########## @@ -748,6 +751,138 @@ FROM VALUES (1, 10.0, 4, 40.0), (2, 20.0, 4, 40.0), (3, 30.0, 5, 50.0), (4, 40.0 --- +### tuple_union_theta_* + +Merges a Tuple sketch with a Theta sketch using union (scalar function). This combines distinct keys from both sketches, with Theta sketch entries assigned a default summary value. Review Comment: yep, I added those -- 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]
