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

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


    from 80fa063  Use RequiredSPIRegistry and TypedSPIRegistry to load 
XATransactionManagerProvider (#12094)
     add 70bf3b0  Issue10968 (#12080)

No new revisions were added by this update.

Summary of changes:
 .../token/ConstraintTokenGeneratorTest.java        |  77 +++++++++++++++
 ...DistinctProjectionPrefixTokenGeneratorTest.java |  63 ++++++++++++
 .../rewrite/token/IndexTokenGeneratorTest.java     |  80 +++++++++++++++
 .../rewrite/token/OffsetTokenGeneratorTest.java    |  77 +++++++++++++++
 .../rewrite/token/OrderByTokenGeneratorTest.java   | 109 +++++++++++++++++++++
 5 files changed, 406 insertions(+)
 create mode 100644 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/ConstraintTokenGeneratorTest.java
 create mode 100644 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/DistinctProjectionPrefixTokenGeneratorTest.java
 create mode 100644 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/IndexTokenGeneratorTest.java
 create mode 100644 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/OffsetTokenGeneratorTest.java
 create mode 100644 
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/OrderByTokenGeneratorTest.java

Reply via email to