-
- Downloads
[SPARK-17015][SQL] group-by/order-by ordinal and arithmetic tests
## What changes were proposed in this pull request? This patch adds three test files: 1. arithmetic.sql.out 2. order-by-ordinal.sql 3. group-by-ordinal.sql This includes https://github.com/apache/spark/pull/14594. ## How was this patch tested? This is a test case change. Author: petermaxlee <petermaxlee@gmail.com> Closes #14595 from petermaxlee/SPARK-17015.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala 12 additions, 12 deletions...ala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
- sql/core/src/test/resources/sql-tests/inputs/arithmetic.sql 26 additions, 0 deletionssql/core/src/test/resources/sql-tests/inputs/arithmetic.sql
- sql/core/src/test/resources/sql-tests/inputs/group-by-ordinal.sql 50 additions, 0 deletions.../src/test/resources/sql-tests/inputs/group-by-ordinal.sql
- sql/core/src/test/resources/sql-tests/inputs/order-by-ordinal.sql 36 additions, 0 deletions.../src/test/resources/sql-tests/inputs/order-by-ordinal.sql
- sql/core/src/test/resources/sql-tests/results/arithmetic.sql.out 178 additions, 0 deletions...e/src/test/resources/sql-tests/results/arithmetic.sql.out
- sql/core/src/test/resources/sql-tests/results/group-by-ordinal.sql.out 168 additions, 0 deletions...test/resources/sql-tests/results/group-by-ordinal.sql.out
- sql/core/src/test/resources/sql-tests/results/order-by-ordinal.sql.out 143 additions, 0 deletions...test/resources/sql-tests/results/order-by-ordinal.sql.out
- sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala 0 additions, 220 deletions...e/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
Loading
Please register or sign in to comment