This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 9632d3f1561 Refactor SQLTranslationException (#20446)
add f999658de11 Refactor parameter definition of DistSQL for feature
readwrite-splitting (#20427)
No new revisions were added by this update.
Summary of changes:
.../create-readwrite-splitting-rule.cn.md | 4 +-
.../create-readwrite-splitting-rule.en.md | 4 +-
.../rdl/rule-definition/readwrite-splitting.cn.md | 26 ++++++--
.../rdl/rule-definition/readwrite-splitting.en.md | 18 +++++-
.../distsql/usage/readwirte-splitting-rule.cn.md | 4 +-
.../distsql/usage/readwirte-splitting-rule.en.md | 4 +-
.../antlr4/imports/readwrite-splitting/Literals.g4 | 7 +-
.../imports/readwrite-splitting/RDLStatement.g4 | 4 +-
.../ReadwriteSplittingDistSQLStatementVisitor.java | 4 +-
.../parser/ReadwriteSplittingDistSQLTest.java | 75 ++++++++++++++++++++++
.../src/main/resources/case/rdl/alter.xml | 2 +-
.../src/main/resources/case/rdl/create.xml | 2 +-
.../src/main/resources/sql/supported/rdl/alter.xml | 2 +-
.../main/resources/sql/supported/rdl/create.xml | 6 +-
14 files changed, 129 insertions(+), 33 deletions(-)
create mode 100644
shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-distsql/shardingsphere-readwrite-splitting-distsql-parser/src/test/java/org/apache/shardingsphere/readwritesplitting/distsql/parser/ReadwriteSplittingDistSQLTest.java