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 b71efa3  Fix the problem that the replication stream slot of 
incremental tasks in PostgreSQL is occupied in the case of multiple data 
sources. (#14297)
     add 2913edb  #14163 Add a syntax ```SHOW AUTHORITY RULE``` (#14260)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/Keyword.g4             |  4 ++
 .../src/main/antlr4/imports/RQLStatement.g4        |  6 ++-
 .../parser/autogen/CommonDistSQLStatement.g4       |  1 +
 .../core/common/CommonDistSQLStatementVisitor.java |  7 ++++
 ...tement.java => ShowAuthorityRuleStatement.java} |  6 ++-
 .../common/show/ShowStatementExecutorFactory.java  |  7 +++-
 ...xecutor.java => ShowAuthorityRuleExecutor.java} | 45 +++++++---------------
 ....java => ShowAuthorityRuleStatementAssert.java} | 16 ++++----
 .../jaxb/cases/domain/SQLParserTestCases.java      |  5 +++
 ...ava => ShowAuthorityRuleStatementTestCase.java} |  4 +-
 .../src/main/resources/case/ral/common.xml         |  1 +
 .../main/resources/sql/supported/ral/common.xml    |  1 +
 12 files changed, 58 insertions(+), 45 deletions(-)
 copy 
shardingsphere-distsql/shardingsphere-distsql-statement/src/main/java/org/apache/shardingsphere/distsql/parser/statement/ral/common/show/{ShowSQLParserRuleStatement.java
 => ShowAuthorityRuleStatement.java} (86%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/show/executor/{ShowSQLParserRuleExecutor.java
 => ShowAuthorityRuleExecutor.java} (54%)
 copy 
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/distsql/ral/impl/common/{ShowSQLParserRuleStatementAssert.java
 => ShowAuthorityRuleStatementAssert.java} (71%)
 copy 
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/jaxb/cases/domain/statement/distsql/ral/{ShowSQLParserRuleStatementTestCase.java
 => ShowAuthorityRuleStatementTestCase.java} (90%)

Reply via email to