-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14798][SQL] Move native command and script transformation parsing into SparkSqlAstBuilder #12564
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
…ing into SparkSqlAstBuilder
|
d813783 looks good |
|
Test build #56497 has finished for PR 12564 at commit
|
|
Test build #56506 has finished for PR 12564 at commit
|
|
Test build #2840 has finished for PR 12564 at commit
|
|
Test build #56557 has finished for PR 12564 at commit
|
|
Test build #56571 has finished for PR 12564 at commit
|
|
Test build #56576 has finished for PR 12564 at commit
|
|
Test build #2849 has finished for PR 12564 at commit
|
|
LGTM |
|
Test build #56587 has finished for PR 12564 at commit
|
|
Merging in master. |
What changes were proposed in this pull request?
This patch moves native command and script transformation into SparkSqlAstBuilder. This builds on #12561. See the last commit for diff.
How was this patch tested?
Updated test cases to reflect this.