-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5213] [SQL] Remove the duplicated SparkSQLParser #5965
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
[SPARK-5213] [SQL] Remove the duplicated SparkSQLParser #5965
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32075 has started for PR 5965 at commit |
|
Test build #32075 has finished for PR 5965 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
6b80a60 to
509a233
Compare
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32106 has started for PR 5965 at commit |
|
Test build #32106 has finished for PR 5965 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
This is a follow up of #5827 to remove the additional `SparkSQLParser` Author: Cheng Hao <[email protected]> Closes #5965 from chenghao-intel/remove_sparksqlparser and squashes the following commits: 509a233 [Cheng Hao] Remove the HiveQlQueryExecution a5f9e3b [Cheng Hao] Remove the duplicated SparkSQLParser (cherry picked from commit 074d75d) Signed-off-by: Michael Armbrust <[email protected]>
|
Thanks, merged to master and 1.4 |
This is a follow up of apache#5827 to remove the additional `SparkSQLParser` Author: Cheng Hao <[email protected]> Closes apache#5965 from chenghao-intel/remove_sparksqlparser and squashes the following commits: 509a233 [Cheng Hao] Remove the HiveQlQueryExecution a5f9e3b [Cheng Hao] Remove the duplicated SparkSQLParser
This is a follow up of apache#5827 to remove the additional `SparkSQLParser` Author: Cheng Hao <[email protected]> Closes apache#5965 from chenghao-intel/remove_sparksqlparser and squashes the following commits: 509a233 [Cheng Hao] Remove the HiveQlQueryExecution a5f9e3b [Cheng Hao] Remove the duplicated SparkSQLParser
This is a follow up of apache#5827 to remove the additional `SparkSQLParser` Author: Cheng Hao <[email protected]> Closes apache#5965 from chenghao-intel/remove_sparksqlparser and squashes the following commits: 509a233 [Cheng Hao] Remove the HiveQlQueryExecution a5f9e3b [Cheng Hao] Remove the duplicated SparkSQLParser
This is a follow up of #5827 to remove the additional
SparkSQLParser