-
- Downloads
[SPARK-19710][SQL][TESTS] Fix ordering of rows in query results
## What changes were proposed in this pull request? Changes to SQLQueryTests to make the order of the results constant. Where possible ORDER BY has been added to match the existing expected output ## How was this patch tested? Test runs on x86, zLinux (big endian), ppc (big endian) Author: Pete Robbins <robbinspg@gmail.com> Closes #17039 from robbinspg/SPARK-19710.
Showing
- sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/in-joins.sql 1 addition, 1 deletion...ources/sql-tests/inputs/subquery/in-subquery/in-joins.sql
- sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/in-set-operations.sql 3 additions, 3 deletions...l-tests/inputs/subquery/in-subquery/in-set-operations.sql
- sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/not-in-joins.sql 1 addition, 1 deletion...es/sql-tests/inputs/subquery/in-subquery/not-in-joins.sql
- sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-joins.sql.out 1 addition, 1 deletion...s/sql-tests/results/subquery/in-subquery/in-joins.sql.out
- sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-set-operations.sql.out 5 additions, 5 deletions...ts/results/subquery/in-subquery/in-set-operations.sql.out
- sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/not-in-joins.sql.out 2 additions, 2 deletions...l-tests/results/subquery/in-subquery/not-in-joins.sql.out
Loading
Please register or sign in to comment