You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-48072][SQL][TESTS] Improve SQLQuerySuite test output - use === instead of sameElements for Arrays
### What changes were proposed in this pull request?
Improve test output for the actual query to be printed alongside of expected
### Why are the changes needed?
To reduce confusion later
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
`testOnly org.apache.spark.sql.SQLQuerySuite -- -z SPARK-47939`
`testOnly org.apache.spark.sql.SQLQuerySuite -- -z SPARK-37965`
`testOnly org.apache.spark.sql.SQLQuerySuite -- -z SPARK-27442`
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#46318 from vladimirg-db/vladimirg-db/improve-test-output-for-sql-query-suite.
Authored-by: Vladimir Golubev <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments