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 2023/02/01 09:52:55 UTC

[shardingsphere] branch master updated (e377596cc4e -> 1ad1f8c788a)

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 e377596cc4e Simplify PipelineContextUtil mocking; Update ci.yml triggering (#23895)
     add 1ad1f8c788a Replace `ConvertYamlConfigurationHandler` with `ConvertYamlConfigurationExecutor` (#23896)

No new revisions were added by this update.

Summary of changes:
 .../distsql/ral/RALBackendHandlerFactory.java      |   3 -
 ....java => ConvertYamlConfigurationExecutor.java} |  19 ++-
 ....distsql.handler.ral.query.QueryableRALExecutor |   1 +
 .../ConvertYamlConfigurationExecutorTest.java      | 131 +++++++++++++++
 .../ConvertYamlConfigurationHandlerTest.java       | 175 ---------------------
 5 files changed, 144 insertions(+), 185 deletions(-)
 rename proxy/backend/src/main/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/queryable/{ConvertYamlConfigurationHandler.java => ConvertYamlConfigurationExecutor.java} (98%)
 create mode 100644 proxy/backend/src/test/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/queryable/ConvertYamlConfigurationExecutorTest.java
 delete mode 100644 proxy/backend/src/test/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/queryable/ConvertYamlConfigurationHandlerTest.java