Uh oh!
There was an error while loading. Please reload this page.
[SPARK-15072][SQL][PYSPARK][HOT-FIX] Remove SparkSession.withHiveSupport from readwrite.py - #13069
[SPARK-15072][SQL][PYSPARK][HOT-FIX] Remove SparkSession.withHiveSupport from readwrite.py#13069yhuai wants to merge 1 commit into
Conversation
…ort from readwrite.py
yhuai
commented
May 12, 2016
i have tested locally. It fixed the test. I am merging it to master and branch 2.0. |
SparkQA
commented
May 12, 2016
Test build #58441 has finished for PR 13069 at commit
|
nchammas
commented
May 16, 2016
@yhuai - It did, but I added it back in as part of this PR: https://github.com/apache/spark/pull/13034/files#diff-6d503df22b5f03cff987f1ccae32c1f4R878 What's the reason for the change to not use |
yhuai
commented
May 16, 2016
@nchammas It's part of the cleanup related to how we create SparkSession. Since with/without hive support is controlled by a conf, we replaced |
nchammas
commented
May 16, 2016
Okie doke, thanks for the explanation! |
What changes were proposed in this pull request?
Seems db573fc did not remove withHiveSupport from readwrite.py