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

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


    from 799f00816 [spark] Fix update append table with spark3.3- (#3566)
     add d7451806d [core] Check the validity of scan staring snapshotId (#3554)

No new revisions were added by this update.

Summary of changes:
 .../snapshot/IncrementalStartingScanner.java       | 48 ++++++++++++++++++
 .../StaticFromSnapshotStartingScanner.java         | 25 +++++++++-
 .../paimon/table/source/StartupModeTest.java       | 16 ++++--
 .../snapshot/IncrementalStartingScannerTest.java   | 58 ++++++++++++++++++++++
 ...est.java => StaticFromStartingScannerTest.java} | 57 +++++++++++++--------
 .../apache/paimon/table/system/FilesTableTest.java |  7 +--
 .../apache/paimon/flink/BatchFileStoreITCase.java  | 20 ++++++--
 .../apache/paimon/flink/BatchFileStoreITCase.java  | 20 ++++++--
 .../spark/SparkTimeTravelWithDataFrameITCase.java  |  3 +-
 9 files changed, 213 insertions(+), 41 deletions(-)
 copy 
paimon-core/src/test/java/org/apache/paimon/table/source/snapshot/{StaticFromTagStartingScannerTest.java
 => StaticFromStartingScannerTest.java} (52%)

Reply via email to