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 0bc3294b0e [core][flink] Support upgrade the data files when
overwriting pk table with dv and write-only (#6815)
add f817587893 [core] Overwrite upgrade should be implemented in
FileStoreCommitImpl
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/paimon/CoreOptions.java | 5 +-
.../org/apache/paimon/manifest/ManifestEntry.java | 2 +
.../apache/paimon/manifest/PojoManifestEntry.java | 5 ++
.../paimon/operation/FileStoreCommitImpl.java | 57 +++++++++++++++++++++-
.../paimon/operation/commit/ConflictDetection.java | 5 ++
.../paimon/table/AbstractFileStoreTable.java | 23 +--------
.../apache/paimon/table/sink/TableCommitImpl.java | 52 +-------------------
.../apache/paimon/flink/BatchFileStoreITCase.java | 12 +----
.../flink/procedure/CompactProcedureITCase.java | 6 +--
9 files changed, 74 insertions(+), 93 deletions(-)