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 0af2fcb  Reduce duplicate overhead in Grantee (#16381)
     add a671406  Add more validation to `import` syntax. (#16341)

No new revisions were added by this update.

Summary of changes:
 ...java => ImportResourceNotExistedException.java} |  13 +-
 ...ption.java => DuplicateAlgorithmException.java} |  10 +-
 ...n.java => ImportSchemaNotExistedException.java} |  14 +--
 .../checker/ShardingRuleConfigurationChecker.java  | 137 +++++++++++++++++++++
 .../ImportSchemaConfigurationHandler.java          |  79 +++++++-----
 .../ImportSchemaConfigurationHandlerTest.java      |  48 ++------
 6 files changed, 214 insertions(+), 87 deletions(-)
 copy 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/exception/resource/{ResourceDefinitionViolationException.java
 => ImportResourceNotExistedException.java} (68%)
 copy 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/exception/rule/{KeyGeneratorInUsedException.java
 => DuplicateAlgorithmException.java} (68%)
 copy 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/{SchemaNotExistedException.java
 => ImportSchemaNotExistedException.java} (67%)
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/checker/ShardingRuleConfigurationChecker.java

Reply via email to