You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/07/14 07:28:48 UTC

[shardingsphere] branch master updated (2f31e87 -> 2c8e479)

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

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


    from 2f31e87  Merge pull request #6344 from tristaZero/new
     add 2c8e479  Scaling job can split by sharding item, It is prepare for execute by ElasticJob. (#6345)

No new revisions were added by this update.

Summary of changes:
 .../scaling/core/config/JobConfiguration.java      |  5 ++
 .../core/config/utils/SyncConfigurationUtil.java   | 39 ++++++++++++++++
 .../executor/importer/AbstractJDBCImporter.java    |  8 ++--
 .../config/utils/SyncConfigurationUtilTest.java    | 54 ++++++++++++++++++++++
 .../src/test/resources/config.json                 |  4 +-
 .../scaling/mysql/client/ConnectInfo.java          |  2 +-
 6 files changed, 106 insertions(+), 6 deletions(-)
 create mode 100644 shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/config/utils/SyncConfigurationUtilTest.java