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/05 10:33:47 UTC

[shardingsphere-on-cloud] branch main updated (1b605e5 -> 563adfb)

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 1b605e5  Merge pull request #390 from mlycore/cnpg
     new 2ce2041  feat: support sharding distSQL parse to AST
     new 8963c47  chore: update ast
     new d4a192a  chore: update lincense
     new c98d05a  chore: fix lint error
     new 6b40c5a  chore: fix lint error
     new 563adfb  Merge pull request #392 from wbtlb/feat-distsql-sharding

The 652 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/sharding_rdl_ast.go            | 679 +++++++++++++++++++++
 .../pkg/distsql/visitor/mask_rdl.go                |   1 +
 .../pkg/distsql/visitor/shadow_rdl.go              |   6 +-
 .../pkg/distsql/visitor/sharding_rdl.go            | 667 ++++++++++++++++++++
 4 files changed, 1348 insertions(+), 5 deletions(-)
 create mode 100644 shardingsphere-operator/pkg/distsql/ast/sharding_rdl_ast.go
 create mode 100644 shardingsphere-operator/pkg/distsql/visitor/sharding_rdl.go