You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yi...@apache.org on 2022/06/10 15:35:03 UTC

[shardingsphere] branch master updated (90da0323a17 -> 7ab38fd7542)

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

yinweihong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 90da0323a17 Merge pull request #18291 from terrymanu/dev
     new 42a23c94044 Rename PreviewHandler
     new 64827b00df5 Rename ParseDistSQLHandler
     new 7ab38fd7542 Merge pull request #18293 from terrymanu/dev

The 33768 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:
 .../text/distsql/ral/RALBackendHandlerFactory.java |  8 ++++----
 ...ackendHandler.java => ParseDistSQLHandler.java} |  4 ++--
 ...viewBackendHandler.java => PreviewHandler.java} |  4 ++--
 ...ndlerTest.java => ParseDistSQLHandlerTest.java} | 22 +++++++++++-----------
 4 files changed, 19 insertions(+), 19 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/advanced/{ParseDistSQLBackendHandler.java => ParseDistSQLHandler.java} (96%)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/advanced/{PreviewBackendHandler.java => PreviewHandler.java} (98%)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/advance/{ParseDistSQLBackendHandlerTest.java => ParseDistSQLHandlerTest.java} (79%)