Skip to content

Conversation

@ghelmling
Copy link
Contributor

Summary: When ConnectorDeleteTableHandle and DeleteTableHandle were added to the ConnectorMetadata interface for beginDelete() / finishDelete(), we missed adding a commitPageSinkAsync() for implementations which use a PageSink to write out deletes. This corrects the oversight and puts a hook in place for implementors that need it.

Differential Revision: D71692192

@facebook-github-bot
Copy link
Collaborator

This pull request was exported from Phabricator. Differential Revision: D71692192

…leHandle (prestodb#24783)

Summary:

When ConnectorDeleteTableHandle and DeleteTableHandle were added to the ConnectorMetadata interface for beginDelete() / finishDelete(), we missed adding a commitPageSinkAsync() for implementations which use a PageSink to write out deletes.  This corrects the oversight and puts a hook in place for implementors that need it.

Differential Revision: D71692192
@facebook-github-bot
Copy link
Collaborator

This pull request was exported from Phabricator. Differential Revision: D71692192

@ethanyzhang ethanyzhang added the from:Meta PR from Meta label Mar 26, 2025
@ghelmling ghelmling merged commit fef0165 into prestodb:master Mar 26, 2025
93 of 94 checks passed
@prestodb-ci prestodb-ci mentioned this pull request Mar 28, 2025
30 tasks
pradeepvaka pushed a commit to pradeepvaka/presto that referenced this pull request Apr 11, 2025
…leHandle (prestodb#24783)

Summary:

When ConnectorDeleteTableHandle and DeleteTableHandle were added to the ConnectorMetadata interface for beginDelete() / finishDelete(), we missed adding a commitPageSinkAsync() for implementations which use a PageSink to write out deletes.  This corrects the oversight and puts a hook in place for implementors that need it.

Differential Revision: D71692192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants