You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by az...@apache.org on 2023/02/22 11:41:53 UTC

[shardingsphere] branch master updated (53c91af1cb1 -> 937d6caca0e)

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

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


    from 53c91af1cb1 Improve table records count calculation in pipeline job for MySQL (#24293)
     add 937d6caca0e Support proxy sharding rule absent for migration job (#24302)

No new revisions were added by this update.

Summary of changes:
 .../user-manual/error-code/sql-error-code.cn.md    |  2 +-
 .../user-manual/error-code/sql-error-code.en.md    |  2 +-
 .../ShardingRuleConfigurationConverter.java        | 13 +++---
 .../ShardingRuleConfigurationConverterTest.java    |  7 ++-
 .../query/ShowShardingTableNodesExecutorTest.java  |  4 +-
 .../ShardingSpherePipelineDataSourceCreator.java   |  3 +-
 ...xception.java => NoAnyRuleExistsException.java} |  8 ++--
 .../core/sharding/ShardingColumnsExtractor.java    |  7 ++-
 .../migration/api/impl/MigrationJobAPI.java        |  8 ++--
 .../general/MySQLMigrationGeneralE2EIT.java        |  2 +-
 .../RulesMigrationE2EIT.java}                      | 50 +++++++++++++---------
 .../primarykey/IndexesMigrationE2EIT.java          |  4 +-
 12 files changed, 63 insertions(+), 47 deletions(-)
 rename kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/exception/metadata/{AlterNotExistProcessConfigurationException.java => NoAnyRuleExistsException.java} (78%)
 copy test/e2e/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/{primarykey/MariaDBMigrationE2EIT.java => general/RulesMigrationE2EIT.java} (71%)