Skip to content

Conversation

@stheppi
Copy link
Collaborator

@stheppi stheppi commented Oct 30, 2024

No description provided.


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

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
Contributor

@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
Contributor

(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.

3 participants