This is an automated email from the ASF dual-hosted git repository. yuzelin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/paimon.git
from 007b317655 [iceberg] add a test case and make minor documentation fixes (#6011) add 1faed06496 [core] Add range check counter in NextSnapshotFetcher (#6009) No new revisions were added by this update. Summary of changes: paimon-core/pom.xml | 7 + .../apache/paimon/utils/NextSnapshotFetcher.java | 39 ++-- .../apache/paimon/table/SimpleTableTestBase.java | 8 +- .../paimon/table/source/StreamTableScanTest.java | 5 +- .../paimon/utils/NextSnapshotFetcherTest.java | 217 +++++++++++++++++++++ pom.xml | 1 + 6 files changed, 264 insertions(+), 13 deletions(-) create mode 100644 paimon-core/src/test/java/org/apache/paimon/utils/NextSnapshotFetcherTest.java