Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flink] Partition Mark done should not be affected by compaction #4027

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

JingsongLi
Copy link
Contributor

@JingsongLi JingsongLi commented Aug 21, 2024

Purpose

As long as the data is complete, there is no need to wait for the compaction to finish.

However, there are except cases, in deletion vectors mode, the zero level is ignored during batch reads. In this case, we should only wait for the compaction to complete.

Tests

Add PartitionMarkDoneTest.

API and Format

Documentation

Copy link
Contributor

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

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

+1

@leaves12138 leaves12138 merged commit cd45b7c into apache:master Aug 22, 2024
10 checks passed
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.

2 participants