https://github.com/apache/spark
Revision 42e17274433fe6bfcc449c20609459cecfa10bdc authored by gatorsmile on 28 September 2017, 00:03:42 UTC, committed by gatorsmile on 28 September 2017, 00:04:34 UTC
## What changes were proposed in this pull request?
Now, we are not running TPC-DS queries as regular test cases. Thus, we need to add a test suite using empty tables for ensuring the new code changes will not break them. For example, optimizer/analyzer batches should not exceed the max iteration.

## How was this patch tested?
N/A

Author: gatorsmile <gatorsmile@gmail.com>

Closes #19361 from gatorsmile/tpcdsQuerySuite.

(cherry picked from commit 9244957b500cb2b458c32db2c63293a1444690d7)
Signed-off-by: gatorsmile <gatorsmile@gmail.com>
1 parent a406473
History
Tip revision: 42e17274433fe6bfcc449c20609459cecfa10bdc authored by gatorsmile on 28 September 2017, 00:03:42 UTC
[SPARK-22140] Add TPCDSQuerySuite
Tip revision: 42e1727

README.md

back to top