You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/11/11 08:09:41 UTC

[shardingsphere] branch master updated (b263c2caede -> 85541320133)

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

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


    from b263c2caede Update Oracle DML SLELECT CUME_DIST statement parse (#22075)
     add 85541320133 Refactor ShardingSphereDataScheduleCollector. (#22076)

No new revisions were added by this update.

Summary of changes:
 .../ShardingSphereDataScheduleCollector.java       | 88 ++++++++--------------
 .../ShardingSphereDataCollectorFixture.java}       | 33 ++++----
 .../execute/ShardingSphereDataCollectorTest.java   | 76 +++++++++++++++++++
 ....spi.data.collector.ShardingSphereDataCollector |  2 +-
 4 files changed, 125 insertions(+), 74 deletions(-)
 copy kernel/data-pipeline/{api/src/main/java/org/apache/shardingsphere/data/pipeline/spi/data/collector/ShardingSphereDataCollector.java => core/src/test/java/org/apache/shardingsphere/data/pipeline/core/execute/ShardingSphereDataCollectorFixture.java} (54%)
 create mode 100644 kernel/data-pipeline/core/src/test/java/org/apache/shardingsphere/data/pipeline/core/execute/ShardingSphereDataCollectorTest.java
 copy {features/sharding/core/src/main => kernel/data-pipeline/core/src/test}/resources/META-INF/services/org.apache.shardingsphere.data.pipeline.spi.data.collector.ShardingSphereDataCollector (89%)