-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5202] [SQL] Add hql variable substitution support #4003
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 #25405 has started for PR 4003 at commit
|
|
Test build #25405 has finished for PR 4003 at commit
|
|
Test FAILed. |
|
Test build #25407 has started for PR 4003 at commit
|
|
Test build #25407 has finished for PR 4003 at commit
|
|
Test PASSed. |
70c3508 to
feb3822
Compare
|
Test build #25498 has started for PR 4003 at commit
|
|
this LGTM. |
|
Test build #25498 has finished for PR 4003 at commit
|
|
Test PASSed. |
feb3822 to
1f56897
Compare
|
Test build #25785 has started for PR 4003 at commit
|
|
Test build #25785 has finished for PR 4003 at commit
|
|
Test PASSed. |
|
This LGTM. Please rebase. |
|
This shouldn't conflict with what I'm working on, so @chenghao-intel don't worry about waiting. You can rebase now. |
1f56897 to
bb41fd6
Compare
|
Test build #25934 has started for PR 4003 at commit
|
|
Test build #25934 has finished for PR 4003 at commit
|
|
Test PASSed. |
|
Thanks. Merging in master! |
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+VariableSubstitution This is a block issue for the CLI user, it impacts the existed hql scripts from Hive. Author: Cheng Hao <[email protected]> Closes apache#4003 from chenghao-intel/substitution and squashes the following commits: bb41fd6 [Cheng Hao] revert the removed the implicit conversion af7c31a [Cheng Hao] add hql variable substitution support
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+VariableSubstitution
This is a block issue for the CLI user, it impacts the existed hql scripts from Hive.