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/06/05 09:32:50 UTC

[shardingsphere] branch master updated (d647ecc3efe -> 1a9053c26d4)

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 d647ecc3efe Fix oracle parse when projection contains parameter (#26055)
     add 1a9053c26d4 Remove DataConsistencyCalculateAlgorithmChooser (#26054)

No new revisions were added by this update.

Summary of changes:
 .../core/api/InventoryIncrementalJobAPI.java       |  3 +-
 .../AbstractInventoryIncrementalJobAPIImpl.java    | 11 +----
 .../DataConsistencyCalculateAlgorithmChooser.java  | 53 ----------------------
 ...taConsistencyCalculateAlgorithmChooserTest.java | 53 ----------------------
 .../task/ConsistencyCheckTasksRunner.java          |  3 +-
 .../migration/api/impl/MigrationJobAPITest.java    |  9 +++-
 6 files changed, 12 insertions(+), 120 deletions(-)
 delete mode 100644 kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/check/consistency/DataConsistencyCalculateAlgorithmChooser.java
 delete mode 100644 kernel/data-pipeline/core/src/test/java/org/apache/shardingsphere/data/pipeline/core/check/consistency/DataConsistencyCalculateAlgorithmChooserTest.java