Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14941][SQL] Remove runtime HiveConf - #12722
Conversation
SparkQA
commented
Apr 27, 2016
Test build #57074 has finished for PR 12722 at commit
|
gatorsmile
commented
Apr 27, 2016
To save your time, I hit the same errors. Want to share what I found. One test case called It might not be the best way to fix the issue. Below is what I changed. Hopefully, it helps you in this PR. Thanks! |
rxin
commented
Apr 27, 2016
Thanks, @gatorsmile! |
rxin
commented
Apr 27, 2016
One thing is that I'm trying to get rid of the HiveConf, so I can't just apply your change directly. |
gatorsmile
commented
Apr 27, 2016
I see. : ) |
rxin
commented
Apr 27, 2016
OK I pushed a fix. Let's see if that works ... |
SparkQA
commented
Apr 27, 2016
Test build #57085 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 27, 2016
Test build #57098 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 27, 2016
Test build #57095 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 27, 2016
Test build #57097 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 27, 2016
Test build #2894 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 27, 2016
Test build #57186 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 28, 2016
Test build #57197 has finished for PR 12722 at commit
|
SparkQA
commented
Apr 29, 2016
Test build #2914 has finished for PR 12722 at commit
|
rxin
commented
Apr 29, 2016
Closing this one as #12770 subsumes this. |
What changes were proposed in this pull request?
This patch replaces most of the use of the runtime execution HiveConf with SQLConf instead.
How was this patch tested?
Updated existing tests to reflect the change.