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 10b9c74989 [core] format table: support file split (#6556)
new b4dc68922f [format] Refactor split in FormatTableScan
new f76bace9bc [core] Refactor deletion vectors support for incremental
cluster
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../append/cluster/IncrementalClusterManager.java | 159 ++++++++++-----------
.../org/apache/paimon/io/DataFileRecordReader.java | 56 +++++---
.../paimon/table/format/FormatDataSplit.java | 1 +
.../paimon/table/format/FormatReadBuilder.java | 18 ++-
.../paimon/table/format/FormatTableScan.java | 71 ++++-----
.../apache/paimon/flink/action/CompactAction.java | 40 ++----
.../cluster/IncrementalClusterSplitSource.java | 18 +--
.../cluster/RemoveClusterBeforeFilesOperator.java | 15 +-
.../paimon/format/text/HadoopCompressionUtils.java | 16 ++-
.../apache/paimon/format/text/TextLineReader.java | 15 +-
.../paimon/spark/procedure/CompactProcedure.java | 54 ++-----
11 files changed, 220 insertions(+), 243 deletions(-)