Description
To pass subquery/scalar-subquery/scalar-subquery-select.sql (SQLQueryTestSuite) in Scala v2.13, this ticket proposes to change the aggregate expr of a test query in the file from collect_set(...) to sort_array(collect_set(...)) because collect_set depends on the mutable.HashSet implementation and elements in the set are printed in a different order in Scala v2.12/v2.13.
Attachments
Issue Links
- relates to
-
SPARK-35422 Many test cases failed in Scala 2.13 CI
- Resolved
- links to