Repository: spark
Updated Branches:
refs/heads/master 82c8c37c0 -> 5d6b90d93
[SPARK-5213] [SQL] Pluggable SQL Parser Support
based on #4015, we should not delete `sqlParser` from sqlcontext, that leads to
mima failed. Users implement dialect to give a fallback for `sqlParser` and we
should
Repository: spark
Updated Branches:
refs/heads/master e991255e7 -> 3ba5aaab8
[SPARK-5213] [SQL] Pluggable SQL Parser Support
This PR aims to make the SQL Parser Pluggable, and user can register it's own
parser via Spark SQL CLI.
```
# add the jar into the classpath
$hchengmydesktop:spark>bin