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 2021/11/01 07:54:33 UTC

[shardingsphere] branch master updated (b35191a -> bd5e35c)

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 b35191a  Remove useless configuration in server.yaml (#13379)
     add bd5e35c  Add DistSQL to set Proxy props. (#13376)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-proxy/configuration/props.cn.md | 34 ++++++------
 .../shardingsphere-proxy/configuration/props.en.md | 34 ++++++------
 .../usage/distsql/syntax/ral/ral.cn.md             |  9 ++--
 .../usage/distsql/syntax/ral/ral.en.md             |  3 ++
 .../src/main/antlr4/imports/RALStatement.g4        |  2 +-
 .../common/exception/CommonDistSQLErrorCode.java   |  7 ++-
 ...leException.java => InvalidValueException.java} | 10 ++--
 .../common/set/excutor/SetVariableExecutor.java    | 57 ++++++++++++++++++--
 .../set/executor/SetVariableExecutorTest.java      | 63 ++++++++++++++++++++++
 9 files changed, 172 insertions(+), 47 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/exception/{UnsupportedVariableException.java => InvalidValueException.java} (76%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/set/executor/SetVariableExecutorTest.java