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 2022/04/03 13:43:20 UTC

[shardingsphere] branch master updated (fc1de2f -> 863f6c3)

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 fc1de2f  Support PostgreSQL/openGauss insert select statement parse and execute (#16570)
     add 863f6c3  Add more validation for `import schema config`. (#16571)

No new revisions were added by this update.

Summary of changes:
 ...iteSplittingRuleConfigurationImportChecker.java | 88 ++++++++++++++++++++++
 ...=> ShardingRuleConfigurationImportChecker.java} |  4 +-
 .../ImportSchemaConfigurationHandler.java          | 11 ++-
 .../ImportSchemaConfigurationHandlerTest.java      | 63 +++++++++++-----
 .../config-readwrite-splitting.yaml                |  6 +-
 5 files changed, 146 insertions(+), 26 deletions(-)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/checker/ReadwriteSplittingRuleConfigurationImportChecker.java
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/checker/{ShardingRuleConfigurationChecker.java => ShardingRuleConfigurationImportChecker.java} (98%)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/test/resources/conf/{config_loader => import}/config-readwrite-splitting.yaml (86%)