This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from dfff8d8 [SPARK-38353][PYTHON] Instrument __enter__ and __exit__ magic
methods for Pandas API on Spark
add b71d6d0 [SPARK-38378][SQL] Refactoring of the ANTLR grammar
definition into separate Parser and Lexer files
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/SqlBaseLexer.g4 | 483 +++++++++++++++
.../parser/{SqlBase.g4 => SqlBaseParser.g4} | 687 ++++-----------------
.../spark/sql/catalyst/parser/AstBuilder.scala | 2 +-
.../spark/sql/catalyst/parser/ParseDriver.scala | 4 +-
.../spark/sql/catalyst/SQLKeywordSuite.scala | 17 +-
5 files changed, 616 insertions(+), 577 deletions(-)
create mode 100644
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseLexer.g4
rename
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/{SqlBase.g4
=> SqlBaseParser.g4} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]