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

Add record is null smt #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add record is null smt #17

wants to merge 2 commits into from

Conversation

stheppi
Copy link
Collaborator

@stheppi stheppi commented Oct 30, 2024

No description provided.


@Override
public String toString() {
return "RecordIsTombstone{}";
Copy link
Collaborator

Choose a reason for hiding this comment

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

should this be RecordIsNull?

public class RecordIsNull<R extends ConnectRecord<R>> implements Predicate<R>, Versioned {

public static final String OVERVIEW_DOC =
"A predicate which is true for records which are tombstones (i.e. have null value).";
Copy link
Collaborator

@davidsloan davidsloan Oct 30, 2024

Choose a reason for hiding this comment

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

Let's update the doc?

@davidsloan
Copy link
Collaborator

(also would be good to have a PR description of what this is for and why we'd want to use it)

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