aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorZongheng Yang <zongheng.y@gmail.com>2014-06-10 21:59:01 -0700
committerMichael Armbrust <michael@databricks.com>2014-06-10 21:59:01 -0700
commit601032f5bfe2dcdc240bfcc553f401e6facbf5ec (patch)
treec464078974b391166d8732ad51f8cbb7a119e558 /python
parenta2052a44f3c08076d8d1ac505c8eb5395141bf79 (diff)
downloadspark-601032f5bfe2dcdc240bfcc553f401e6facbf5ec.tar.gz
spark-601032f5bfe2dcdc240bfcc553f401e6facbf5ec.tar.bz2
spark-601032f5bfe2dcdc240bfcc553f401e6facbf5ec.zip
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`. Author: Zongheng Yang <zongheng.y@gmail.com> Closes #1040 from concretevitamin/sqlconf-tests and squashes the following commits: 6d14ceb [Zongheng Yang] HOTFIX: clear() confs in SQLConf related unit tests.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions