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

handle nested list vector updates #108

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

jraymakers
Copy link
Contributor

Add some logic to DuckDBListVector to handle writes to nested list vectors, but delegating to the parent. This is necessary because updates can change the length of the child vector, necessitating updates to the other lists in the parent vector. Added a test to verify the behavior.

@jraymakers jraymakers merged commit 497f6af into main Jan 14, 2025
5 checks passed
@jraymakers jraymakers deleted the jray/handle-nested-list-vector-updates branch January 14, 2025 18:17
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