-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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-2407: Added Parser of SQL SUBSTR() #1442
Conversation
Can one of the admins verify this patch? |
thx @willb, maybe protected val SUBSTRING = Keyword("SUBSTRING") as well, but this will cause the code redundance. |
@egraldlo, couldn't it be |
fine, that's great! |
Please add a test to SQLQuerySuite |
added a simple test in SQLQuerySuite |
and... how can i run a single test class using maven? i tried: |
I don't know how do it with maven but with sbt:
|
test this please |
QA tests have started for PR 1442. This patch merges cleanly. |
QA results for PR 1442: |
Thanks! I've merged this into master. |
follow-up of apache#1359 Author: chutium <[email protected]> Closes apache#1442 from chutium/master and squashes the following commits: b49cc8a [chutium] SPARK-2407: Added Parser of SQL SUBSTRING() apache#1442 9a60ccf [chutium] SPARK-2407: Added Parser of SQL SUBSTR() apache#1442 06e933b [chutium] Merge https://github.com/apache/spark c870172 [chutium] Merge https://github.com/apache/spark 094f773 [chutium] Merge https://github.com/apache/spark 88cb37d [chutium] Merge https://github.com/apache/spark 1de83a7 [chutium] SPARK-2407: Added Parse of SQL SUBSTR()
follow-up of #1359