ulysses-you commented on code in PR #57859:
URL: https://github.com/apache/spark/pull/57859#discussion_r3746181942
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/CombineAdjacentAggregationSuite.scala:
##########
@@ -191,6 +192,54 @@ class CombineAdjacentAggregationSuite extends QueryTest
}
}
+ test("Combine adjacent partial merge and final hash aggregates") {
Review Comment:
Combine PartialMerge - Final to one FInal is sound good to me. But is there
a valid end to end test ? I can not find a real world query can reach this
pattern that all agg functions are PartialMerge and the adjacent agg functions
are Final.
--
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]