You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/06/03 07:26:35 UTC

[shardingsphere] branch master updated (f93b777b8ef -> c4c03bb571d)

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

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


    from f93b777b8ef Add Technical Debt badge (#26027)
     add c4c03bb571d Update DistSQL related to SQL_PARSER RULE (#26029)

No new revisions were added by this update.

Summary of changes:
 .../ral/global-rule/alter-sql-parser-rule.cn.md    | 35 ++++++++++++--------
 .../ral/global-rule/alter-sql-parser-rule.en.md    | 37 +++++++++++++---------
 .../ral/global-rule/show-authority-rule.en.md      |  2 +-
 .../ral/global-rule/show-sql-parser-rule.cn.md     | 22 ++++++-------
 .../ral/global-rule/show-sql-parser-rule.en.md     | 20 ++++++------
 .../syntax/ral/global-rule/show-traffic-rule.en.md |  2 +-
 .../syntax/ral/migration/show-migration-rule.en.md |  2 +-
 .../handler/query/ShowSQLParserRuleExecutor.java   |  2 +-
 .../update/AlterSQLParserRuleStatementUpdater.java |  2 +-
 .../query/ShowSQLParserRuleExecutorTest.java       |  2 +-
 .../src/main/antlr4/imports/parser/Keyword.g4      |  8 ++---
 .../src/main/antlr4/imports/parser/RALStatement.g4 | 24 +++++++-------
 .../core/SQLParserDistSQLStatementVisitor.java     |  8 ++---
 .../updatable/AlterSQLParserRuleStatement.java     |  2 +-
 .../dataset/empty_rules/show_sql_parse_rule.xml    |  2 +-
 .../main/resources/sql/supported/ral/updatable.xml |  2 +-
 16 files changed, 91 insertions(+), 81 deletions(-)