Skip to content

Fix fuzzer issue 14: correctly switch between deleting from transaction local storage and main table based on ids#6166

Merged
Mytherin merged 1 commit intoduckdb:masterfrom
Mytherin:fuzzer_segment_tree
Feb 9, 2023
Merged

Fix fuzzer issue 14: correctly switch between deleting from transaction local storage and main table based on ids#6166
Mytherin merged 1 commit intoduckdb:masterfrom
Mytherin:fuzzer_segment_tree

Conversation

@Mytherin
Copy link
Collaborator

@Mytherin Mytherin commented Feb 9, 2023

When the USING clause is used it can happen that a single vector contains row ids that point to both the transaction-local storage and the main table storage - hence we need to have a loop to ensure we always delete from the correct RowGroupCollection.

…on local storage and main table based on ids
@Mytherin Mytherin merged commit f75b768 into duckdb:master Feb 9, 2023
@Mytherin Mytherin deleted the fuzzer_segment_tree branch February 16, 2023 14:42
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.

1 participant