Skip to content

[core] Fix incorrect sequenceNumber in manifest after row-tracking compaction#7409

Draft
juntaozhang wants to merge 3 commits intoapache:masterfrom
juntaozhang:fix-row-tracking-seq-num
Draft

[core] Fix incorrect sequenceNumber in manifest after row-tracking compaction#7409
juntaozhang wants to merge 3 commits intoapache:masterfrom
juntaozhang:fix-row-tracking-seq-num

Conversation

@juntaozhang
Copy link
Contributor

Purpose

Linked issue: close #7408

Tests

API and Format

Documentation

Generative AI tooling


public AppendCompactTask(BinaryRow partition, List<DataFileMeta> files) {
Preconditions.checkArgument(files != null);
files.sort(Comparator.comparingLong(DataFileMeta::minSequenceNumber));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should do this sort in Data Evolution class.

@juntaozhang juntaozhang force-pushed the fix-row-tracking-seq-num branch from 6a5fa6d to 2a9efdf Compare March 13, 2026 00:56
@juntaozhang juntaozhang marked this pull request as draft March 13, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Incorrect sequenceNumber in manifest after row-tracking compaction

2 participants