-
- Downloads
[SPARK-13431] [SQL] [test-maven] split keywords from ExpressionParser.g
## What changes were proposed in this pull request? This PR pull all the keywords (and some others) from ExpressionParser.g as KeywordParser.g, because ExpressionParser is too large to compile. ## How was the this patch tested? unit test, maven build Closes #11329 Author: Davies Liu <davies@databricks.com> Closes #11331 from davies/split_expr.
Showing
- sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/ExpressionParser.g 0 additions, 195 deletions...3/org/apache/spark/sql/catalyst/parser/ExpressionParser.g
- sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/KeywordParser.g 244 additions, 0 deletions...tlr3/org/apache/spark/sql/catalyst/parser/KeywordParser.g
- sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/SparkSqlParser.g 1 addition, 1 deletion...lr3/org/apache/spark/sql/catalyst/parser/SparkSqlParser.g
Please register or sign in to comment