GitHub user concretevitamin opened a pull request:
https://github.com/apache/spark/pull/1040
HOTFIX: clear() configs in SQLConf-related unit tests.
Thanks goes to @liancheng, who pointed out that `sql/test-only
*.SQLConfSuite *.SQLQuerySuite` passed but `sql/test-only *.SQLQuerySuite
*.SQLConfSuite` failed. The reason is that some tests use the same test keys
and without clear()'ing, they get carried over to other tests. This hotfix
simply adds some `clear()` calls.
This problem was not evident on Jenkins before probably because
`parallelExecution` is not set to `false` for `sqlCoreSettings`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/concretevitamin/spark sqlconf-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1040.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1040
----
commit 6d14ceb1365d2670e7bdfb2e47330f82dd8d8d01
Author: Zongheng Yang <[email protected]>
Date: 2014-06-10T21:36:10Z
HOTFIX: clear() confs in SQLConf related unit tests.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---