paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[core] Fix collecting wrong sorted runs when compacting on custom branch

Open schnappi17 opened this issue 1 year ago • 1 comments

Purpose

Linked issue: subtask #2861

When writing to a custom branch, the compaction within writer will picking the wrong sorted runs on the 'main' branch to compact, which will cause the commit conflict, like willing to delete files which never been added.

Tests

API and Format

Documentation

schnappi17 avatar Mar 06 '24 04:03 schnappi17

@schnappi17 If https://github.com/apache/incubator-paimon/pull/3029 Merged, do we no longer need the current processing method ?

sunxiaojian avatar Mar 16 '24 16:03 sunxiaojian

Fixed in https://github.com/apache/paimon/pull/3029, close this.

schnappi17 avatar May 29 '24 07:05 schnappi17