aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-08-09 09:45:46 +0100
committerSean Owen <sowen@cloudera.com>2016-08-09 09:45:46 +0100
commit2154345b6a1cb193b1380ab386912e478928c6b2 (patch)
tree273f8f6d485f61a38bc3cf81f9e34c2d3ba9d0a4 /sql/hive/src
parentaf710e5bdda9da04dbba615e219e7e496ca82acc (diff)
downloadspark-2154345b6a1cb193b1380ab386912e478928c6b2.tar.gz
spark-2154345b6a1cb193b1380ab386912e478928c6b2.tar.bz2
spark-2154345b6a1cb193b1380ab386912e478928c6b2.zip
[SPARK-16940][SQL] `checkAnswer` should raise `TestFailedException` for wrong results
## What changes were proposed in this pull request? This PR fixes the following to make `checkAnswer` raise `TestFailedException` again instead of `java.util.NoSuchElementException: key not found: TZ` in the environments without `TZ` variable. Also, this PR adds `QueryTestSuite` class for testing `QueryTest` itself. ```scala - |Timezone Env: ${sys.env("TZ")} + |Timezone Env: ${sys.env.getOrElse("TZ", "")} ``` ## How was this patch tested? Pass the Jenkins tests with a new test suite. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #14528 from dongjoon-hyun/SPARK-16940.
Diffstat (limited to 'sql/hive/src')
0 files changed, 0 insertions, 0 deletions