You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/08/06 01:40:03 UTC

[shardingsphere] branch master updated (29148e3 -> a2fc27a)

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

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


    from 29148e3  Add structure method for ShardingSphereDataSource (#11659)
     add a2fc27a  Refactor api for shardingsphere-shadow. (#11667)

No new revisions were added by this update.

Summary of changes:
 .../shadow/api/config/ShadowRuleConfiguration.java          | 13 +++++++++++++
 .../config/datasource/ShadowDataSourceConfiguration.java    | 12 ++++++------
 .../shadow/api/config/table/ShadowTableConfiguration.java   |  8 ++++----
 .../apache/shardingsphere/shadow/spi/ShadowAlgorithm.java   |  8 +++++---
 4 files changed, 28 insertions(+), 13 deletions(-)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/binary/BinaryCell.java => shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-api/src/main/java/org/apache/shardingsphere/shadow/api/config/datasource/ShadowDataSourceConfiguration.java (78%)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/binary/BinaryRow.java => shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-api/src/main/java/org/apache/shardingsphere/shadow/api/config/table/ShadowTableConfiguration.java (82%)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-spi/src/main/java/org/apache/shardingsphere/sql/parser/api/visitor/operation/SQLStatementVisitor.java => shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-api/src/main/java/org/apache/shardingsphere/shadow/spi/ShadowAlgorithm.java (79%)