aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorKevin Yu <qyu@us.ibm.com>2017-02-15 21:29:28 -0800
committerXiao Li <gatorsmile@gmail.com>2017-02-15 21:29:28 -0800
commit8487902a98caf727ba3f9820452b01276d20ede3 (patch)
treecca2b0841cf90ac2cb2515f30b67f0fd0e1112b6 /repl
parentfc02ef95cdfc226603b52dc579b7133631f7143d (diff)
downloadspark-8487902a98caf727ba3f9820452b01276d20ede3.tar.gz
spark-8487902a98caf727ba3f9820452b01276d20ede3.tar.bz2
spark-8487902a98caf727ba3f9820452b01276d20ede3.zip
[SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batch
## What changes were proposed in this pull request? This is 4th batch of test case for IN/NOT IN subquery. In this PR, it has these test files: `in-set-operations.sql` `in-with-cte.sql` `not-in-joins.sql` Here are the queries and results from running on DB2. [in-set-operations DB2 version](https://github.com/apache/spark/files/772846/in-set-operations.sql.db2.txt) [Output of in-set-operations](https://github.com/apache/spark/files/772848/in-set-operations.sql.db2.out.txt) [in-with-cte DB2 version](https://github.com/apache/spark/files/772849/in-with-cte.sql.db2.txt) [Output of in-with-cte](https://github.com/apache/spark/files/772856/in-with-cte.sql.db2.out.txt) [not-in-joins DB2 version](https://github.com/apache/spark/files/772851/not-in-joins.sql.db2.txt) [Output of not-in-joins](https://github.com/apache/spark/files/772852/not-in-joins.sql.db2.out.txt) ## How was this patch tested? This pr is adding new test cases. We compare the result from spark with the result from another RDBMS(We used DB2 LUW). If the results are the same, we assume the result is correct. Author: Kevin Yu <qyu@us.ibm.com> Closes #16915 from kevinyu98/spark-18871-44.
Diffstat (limited to 'repl')
0 files changed, 0 insertions, 0 deletions