-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14721][SQL] Remove HiveContext (part 2) #12585
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
8e6e2b1 to
0e16190
Compare
|
Test build #56593 has finished for PR 12585 at commit
|
|
Test build #56592 has finished for PR 12585 at commit
|
## What changes were proposed in this pull request? Just a rename so we can get rid of `HiveContext.scala`. Note that this will conflict with apache#12585. ## How was this patch tested? No change in functionality. Author: Andrew Or <[email protected]> Closes apache#12586 from andrewor14/rename-hc-object.
|
Test build #56617 has finished for PR 12585 at commit
|
|
Test build #56628 has finished for PR 12585 at commit
|
|
Test build #56630 has finished for PR 12585 at commit
|
|
Hm, seems that I'll need to fix the python thing in this patch. |
|
Test build #56722 has finished for PR 12585 at commit
|
|
retest this please |
|
Test build #56756 has finished for PR 12585 at commit
|
|
The changes look good to me. |
|
Test build #2868 has finished for PR 12585 at commit
|
|
Test build #56907 has finished for PR 12585 at commit
|
|
Test build #2869 has finished for PR 12585 at commit
|
|
Test build #2870 has finished for PR 12585 at commit
|
|
LGTM |
|
Thanks merging into master. |
What changes were proposed in this pull request?
This removes the class
HiveContextitself along with all code usages associated with it. The bulk of the work was already done in #12485. This is mainly just code cleanup and actually removing the class.Note: A couple of things will break after this patch. These will be fixed separately.
How was this patch tested?
No change in functionality.