Skip to content

Conversation

@nastra
Copy link
Contributor

@nastra nastra commented Sep 30, 2022

This is a follow-up from #5771 to restore the old behavior where a PositionDelete was reused for a PositionDeleteWriter

this.spec = spec;
this.partition = partition;
this.keyMetadata = keyMetadata != null ? keyMetadata.buffer() : null;
this.delete = PositionDelete.create();
Copy link
Contributor

Choose a reason for hiding this comment

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

Public api?

Copy link
Contributor Author

@nastra nastra Sep 30, 2022

Choose a reason for hiding this comment

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

This hasn't been used anymore after the deprecated methods have been removed by #5771

@rdblue rdblue merged commit e1fdb54 into apache:master Oct 4, 2022
@rdblue
Copy link
Contributor

rdblue commented Oct 4, 2022

Thanks, @nastra!

@nastra nastra deleted the reuse-position-delete branch October 4, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants