This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from e3e3320084 [test] Fix unstable Data Evolution test
add f95454b3a4 [core] optimize read append table with limit (#6848)
No new revisions were added by this update.
Summary of changes:
.../paimon/operation/AbstractFileStoreScan.java | 9 +-
.../paimon/operation/AppendOnlyFileStoreScan.java | 75 ++++++++++
.../org/apache/paimon/operation/FileStoreScan.java | 2 +
.../paimon/table/source/DataTableBatchScan.java | 1 +
.../table/source/snapshot/SnapshotReader.java | 2 +
.../table/source/snapshot/SnapshotReaderImpl.java | 6 +
.../apache/paimon/table/system/AuditLogTable.java | 6 +
.../apache/paimon/table/source/TableScanTest.java | 163 +++++++++++++++++++++
.../org/apache/paimon/flink/AppendTableITCase.java | 81 ++++++++++
9 files changed, 344 insertions(+), 1 deletion(-)