-
- Downloads
[SPARK-12681] [SQL] split IdentifiersParser.g into two files
To avoid to have a huge Java source (over 64K loc), that can't be compiled. cc hvanhovell Author: Davies Liu <davies@databricks.com> Closes #10624 from davies/split_ident.
Showing
- sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/ExpressionParser.g 565 additions, 0 deletions...3/org/apache/spark/sql/catalyst/parser/ExpressionParser.g
- sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/IdentifiersParser.g 0 additions, 515 deletions.../org/apache/spark/sql/catalyst/parser/IdentifiersParser.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