cloud-fan commented on a change in pull request #31595:
URL: https://github.com/apache/spark/pull/31595#discussion_r581617438
##########
File path: sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
##########
@@ -210,15 +210,12 @@ EXPLAIN FORMATTED
struct<plan:string>
-- !query output
== Physical Plan ==
-AdaptiveSparkPlan (9)
-+- HashAggregate (8)
- +- Exchange (7)
- +- HashAggregate (6)
- +- Union (5)
Review comment:
This is a explain test and I think we do want to check the explain
result with Union. How about we change the predicate so that we can't optimize
out the Union?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]