You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/08/23 05:39:52 UTC

[shardingsphere] branch master updated (91aed71e895 -> 83ca0f953c6)

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

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


    from 91aed71e895 Refactor ResultSetUtil (#20442)
     add 83ca0f953c6 Improve pipeline fetch schema (#20443)

No new revisions were added by this update.

Summary of changes:
 .../api/config/TableNameSchemaNameMapping.java     | 16 ++++++++++
 .../api/config/job/MigrationJobConfiguration.java  | 10 ++-----
 .../job/yaml/YamlMigrationJobConfiguration.java    |  8 ++---
 .../yaml/YamlMigrationJobConfigurationSwapper.java |  9 ++----
 .../check/consistency/DataConsistencyChecker.java  |  2 +-
 .../core/util/PipelineSchemaTableUtil.java         | 35 +++++++++++++++++-----
 .../scenario/migration/MigrationJobAPIImpl.java    | 17 ++++++-----
 .../scenario/migration/MigrationJobPreparer.java   |  3 +-
 .../data/pipeline/cases/base/BaseITCase.java       | 16 +++++++---
 .../cases/command/MigrationDistSQLCommand.java     |  6 ++++
 .../cases/general/MySQLMigrationGeneralIT.java     |  6 ++--
 .../general/PostgreSQLMigrationGeneralIT.java      |  4 +--
 .../primarykey/TextPrimaryKeyMigrationIT.java      |  9 +++++-
 .../src/test/resources/env/common/command.xml      |  8 +++++
 .../core/util/JobConfigurationBuilder.java         |  3 --
 15 files changed, 104 insertions(+), 48 deletions(-)