-
- Downloads
[SPARK-21366][SQL][TEST] Add sql test for window functions
## What changes were proposed in this pull request? Add sql test for window functions, also remove uncecessary test cases in `WindowQuerySuite`. ## How was this patch tested? Added `window.sql` and the corresponding output file. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closes #18591 from jiangxb1987/window.
Showing
- sql/core/src/test/resources/sql-tests/inputs/window.sql 69 additions, 0 deletionssql/core/src/test/resources/sql-tests/inputs/window.sql
- sql/core/src/test/resources/sql-tests/results/window.sql.out 204 additions, 0 deletionssql/core/src/test/resources/sql-tests/results/window.sql.out
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/WindowQuerySuite.scala 0 additions, 27 deletions...rg/apache/spark/sql/hive/execution/WindowQuerySuite.scala
Please register or sign in to comment