You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2023/01/06 08:11:04 UTC

[kyuubi] branch master updated (15742ad3a -> 88e949805)

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


    from 15742ad3a [KYUUBI #4101] Skip maven enforcer plugin execution in profile `fast`
     add 88e949805 [KYUUBI #4098] Separate Trino lexer file

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  2 +-
 .../org/apache/kyuubi/sql/KyuubiSqlBaseLexer.g4    | 63 +------------------
 ...biSqlBaseLexer.g4 => KyuubiTrinoFeBaseLexer.g4} | 70 +++-------------------
 .../apache/kyuubi/sql/KyuubiTrinoFeBaseParser.g4   | 34 +++++------
 .../sql/parser/trino/KyuubiTrinoFeAstBuilder.scala |  2 +-
 .../sql/parser/trino/KyuubiTrinoFeParser.scala     |  4 +-
 6 files changed, 30 insertions(+), 145 deletions(-)
 copy kyuubi-server/src/main/antlr4/org/apache/kyuubi/sql/{KyuubiSqlBaseLexer.g4 => KyuubiTrinoFeBaseLexer.g4} (62%)