You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2022/12/30 08:02:05 UTC

[shardingsphere] branch master updated (2f726fabf9d -> 83afc58868f)

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 2f726fabf9d Agent: optimize AgentClassloader (#23194)
     add 83afc58868f add `alter mask rule` DistSQL updater (#23186)

No new revisions were added by this update.

Summary of changes:
 .../converter/MaskRuleStatementConverter.java      |  4 +-
 .../update/AlterMaskRuleStatementUpdater.java      | 99 ++++++++++++++++++++++
 ...here.distsql.handler.resultset.DistSQLResultSet |  4 +-
 ...re.distsql.handler.update.RuleDefinitionUpdater |  2 +-
 .../src/main/antlr4/imports/mask/RDLStatement.g4   |  2 +-
 .../parser/core/MaskDistSQLStatementVisitor.java   |  7 ++
 .../parser/statement/AlterMaskRuleStatement.java}  | 10 +--
 proxy/backend/pom.xml                              |  5 ++
 8 files changed, 122 insertions(+), 11 deletions(-)
 create mode 100644 features/mask/distsql/handler/src/main/java/org/apache/shardingsphere/mask/distsql/handler/update/AlterMaskRuleStatementUpdater.java
 copy features/{shadow/distsql/statement/src/main/java/org/apache/shardingsphere/shadow/distsql/parser/statement/AlterShadowRuleStatement.java => mask/distsql/statement/src/main/java/org/apache/shardingsphere/mask/distsql/parser/statement/AlterMaskRuleStatement.java} (76%)