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 <teng.qiu@gmail.com> 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