-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-14086][SQL] Add DDL commands to ANTLR4 Parser [WIP] #11905
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
# Conflicts: # sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala
# Conflicts: # sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala
# Conflicts: # sql/core/src/main/scala/org/apache/spark/sql/functions.scala
|
Test build #53843 has finished for PR 11905 at commit
|
|
Test build #53967 has finished for PR 11905 at commit
|
|
Test build #2672 has finished for PR 11905 at commit
|
|
Test build #2673 has finished for PR 11905 at commit
|
|
retest this please |
|
Test build #54018 has finished for PR 11905 at commit
|
|
Test build #54290 has finished for PR 11905 at commit
|
|
Test build #54291 has finished for PR 11905 at commit
|
|
Test build #54306 has finished for PR 11905 at commit
|
|
Test build #54308 has finished for PR 11905 at commit
|
|
Test build #54311 has finished for PR 11905 at commit
|
|
Test build #54312 has finished for PR 11905 at commit
|
What changes were proposed in this pull request?
This PR is built on top of #11557. It adds the DDL commands to the SQL/Core parser.
I'll add some more documentation later on.
How was this patch tested?
Existing Unit tests.