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/16 10:36:01 UTC

[shardingsphere] branch master updated (3adec82 -> 618115e)

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 3adec82  For #11783, rename package and type name. (#11835)
     add 618115e  Reduce the creation of sharding conditions (#11841)

No new revisions were added by this update.

Summary of changes:
 .../sharding/route/engine/ShardingSQLRouter.java   | 29 ++++----------------
 .../route/engine/condition/ShardingConditions.java | 29 ++++++++++++++++++++
 .../ShardingStatementValidatorFactory.java         | 12 ++++----
 .../dml/ShardingDMLStatementValidator.java         | 32 +---------------------
 .../dml/impl/ShardingInsertStatementValidator.java | 11 ++++----
 .../dml/impl/ShardingSelectStatementValidator.java | 10 +++----
 .../engine/fixture/AbstractRoutingEngineTest.java  |  6 ++--
 .../ShardingStandardRoutingEngineTest.java         |  8 +++---
 .../dml/ShardingInsertStatementValidatorTest.java  | 26 ++++++++++--------
 9 files changed, 75 insertions(+), 88 deletions(-)