Skip to content

Appender: support primitive lists#398

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:appender_lists
Sep 24, 2025
Merged

Appender: support primitive lists#398
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:appender_lists

Conversation

@staticlibs
Copy link
Collaborator

This change allows to append to primitive LIST columns using the same methods that were used to append to primitive ARRAY columns.

Appending to nested lists or lists of arrays is not yet supported.

Testing: existing tests restructured and extended to cover primitive LISTs.

This change allows to append to primitive `LIST` columns using the same
methods that were used to append to primitive `ARRAY` columns.

Appending to nested lists or lists of arrays is not yet supported.

Testing: existing tests restructured and extended to cover primitive
`LIST`s.
@staticlibs staticlibs merged commit d7cb992 into duckdb:main Sep 24, 2025
9 checks passed
@staticlibs staticlibs deleted the appender_lists branch September 24, 2025 15:24
staticlibs added a commit to staticlibs/duckdb-java that referenced this pull request Oct 3, 2025
This is a backport of the PR duckdb#398 to `v1.4-andium` stable branch.

This change allows to append to primitive `LIST` columns using the same
methods that were used to append to primitive `ARRAY` columns.

Appending to nested lists or lists of arrays is not yet supported.

Testing: existing tests restructured and extended to cover primitive
`LIST`s.
staticlibs added a commit that referenced this pull request Oct 3, 2025
This is a backport of the PR #398 to `v1.4-andium` stable branch.

This change allows to append to primitive `LIST` columns using the same
methods that were used to append to primitive `ARRAY` columns.

Appending to nested lists or lists of arrays is not yet supported.

Testing: existing tests restructured and extended to cover primitive
`LIST`s.
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