-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-14941][SQL] Remove runtime HiveConf #12722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #57074 has finished for PR 12722 at commit
|
|
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! |
|
Thanks, @gatorsmile! |
|
One thing is that I'm trying to get rid of the HiveConf, so I can't just apply your change directly. |
|
I see. : ) |
|
OK I pushed a fix. Let's see if that works ... |
|
Test build #57085 has finished for PR 12722 at commit
|
|
Test build #57098 has finished for PR 12722 at commit
|
|
Test build #57095 has finished for PR 12722 at commit
|
|
Test build #57097 has finished for PR 12722 at commit
|
|
Test build #2894 has finished for PR 12722 at commit
|
|
Test build #57186 has finished for PR 12722 at commit
|
|
Test build #57197 has finished for PR 12722 at commit
|
|
Test build #2914 has finished for PR 12722 at commit
|
|
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.