This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from dff69639d93 Fix missing logic db when query
information_schema.SCHEMATA with NOT IN clause (#33348)
add 1c76b9b3d41 Add test cases on PrimaryKeyIngestPositionFactory (#33352)
No new revisions were added by this update.
Summary of changes:
.../type/pk/PrimaryKeyIngestPositionFactory.java | 4 +-
.../pk/PrimaryKeyIngestPositionFactoryTest.java | 104 +++++++++++++++++++++
2 files changed, 106 insertions(+), 2 deletions(-)
create mode 100644
kernel/data-pipeline/core/src/test/java/org/apache/shardingsphere/data/pipeline/core/ingest/position/type/pk/PrimaryKeyIngestPositionFactoryTest.java