cloud-fan commented on code in PR #51490:
URL: https://github.com/apache/spark/pull/51490#discussion_r2206980171
##########
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala:
##########
@@ -4964,6 +4964,7 @@ class SQLQuerySuite extends QueryTest with
SharedSparkSession with AdaptiveSpark
}
test("SPARK-52686: Union should be resolved only if there are no
duplicates") {
+ val expectedResult = if (conf.ansiEnabled) { 7 } else { 8 }
Review Comment:
can we add a short comment to explain this difference?
--
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]