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

[shardingsphere-on-cloud] branch main updated (0ace6b0 -> c078dec)

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

miaoliyao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


    from 0ace6b0  Merge pull request #387 from Xu-Wentao/storage-node
     new f59ca39  feat: implements read write splitting distSQL parse to AST
     new 315657b  chore: add no sonar scanner
     new eb9e8b7  chore: update visitor directory
     new b7de8ef  chore: update visitor directory
     new 28053f7  chore: add note
     new 6449188  chore: update file name
     new c078dec  Merge pull request #388 from wbtlb/feat-distsql

The 638 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pkg/distsql/ast/read_write_splitting_ast.go    | 178 ++++++++++++++
 .../{encrypt_rdl_visitor.go => encrypt_rdl.go}     |   0
 .../visitor/{mask_rdl_visitor.go => mask_rdl.go}   |   0
 .../distsql/visitor/read_write_splitting_rdl.go    | 267 +++++++++++++++++++++
 .../{shadow_rdl_visitor.go => shadow_rdl.go}       |   6 +-
 5 files changed, 450 insertions(+), 1 deletion(-)
 create mode 100644 shardingsphere-operator/pkg/distsql/ast/read_write_splitting_ast.go
 rename shardingsphere-operator/pkg/distsql/visitor/{encrypt_rdl_visitor.go => encrypt_rdl.go} (100%)
 rename shardingsphere-operator/pkg/distsql/visitor/{mask_rdl_visitor.go => mask_rdl.go} (100%)
 create mode 100644 shardingsphere-operator/pkg/distsql/visitor/read_write_splitting_rdl.go
 rename shardingsphere-operator/pkg/distsql/visitor/{shadow_rdl_visitor.go => shadow_rdl.go} (99%)