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

[core] support deletion vector with input ChangelogProducer #3929

Conversation

wwj6591812
Copy link
Contributor

1、Now input ChangelogProducer and DeletionVector are decoupled, so change the validate of DeletionVectors.
2、Format some code.

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation

@wwj6591812 wwj6591812 force-pushed the support_dv_with_input_changelog_producer_0809 branch from fb65352 to 9d13d2c Compare August 9, 2024 15:16
@@ -33,6 +33,7 @@ public class DeltaFollowUpScanner implements FollowUpScanner {
@Override
public boolean shouldScanSnapshot(Snapshot snapshot) {
if (snapshot.commitKind() == Snapshot.CommitKind.APPEND) {
System.out.println("here! : " + snapshot.id());
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 574f162 into apache:master Aug 11, 2024
1 of 11 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