[
https://issues.apache.org/jira/browse/SPARK-16940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen updated SPARK-16940:
------------------------------
Assignee: Dongjoon Hyun
> `checkAnswer` should raise `TestFailedException` for wrong results
> ------------------------------------------------------------------
>
> Key: SPARK-16940
> URL: https://issues.apache.org/jira/browse/SPARK-16940
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Fix For: 2.1.0
>
>
> This issue 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 issue
> adds `QueryTestSuite` class for testing `QueryTest` itself.
> {code}
> - |Timezone Env: ${sys.env("TZ")}
> + |Timezone Env: ${sys.env.getOrElse("TZ", "")}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]