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 5c32c89042 [hotfix] Fix comments in MergeFileSplitRead and style
add 3f86475f70 [append] Fix error of compaction append table with deletion
vectors (#6258)
No new revisions were added by this update.
Summary of changes:
.../apache/paimon/append/AppendCompactTask.java | 20 +-
.../org/apache/paimon/TestAppendFileStore.java | 4 +
.../paimon/append/AppendCompactTaskTest.java | 214 +++++++++++++++++++++
3 files changed, 230 insertions(+), 8 deletions(-)
create mode 100644
paimon-core/src/test/java/org/apache/paimon/append/AppendCompactTaskTest.java