Skip to content

Appender fix when UNION has members after STRUCT#556

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:appender_union_struct
Feb 8, 2026
Merged

Appender fix when UNION has members after STRUCT#556
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:appender_union_struct

Conversation

@staticlibs
Copy link
Collaborator

This PR fixes a problem in Appender that was incorrectly advancing to the next column when a UNION contains a STRUCT and other columns after the STRUCT.

Fixes: #554

This PR fixes a problem in Appender that was incorrectly advancing to
the next column when a `UNION` contains a `STRUCT` and other columns
after the `STRUCT`.

Fixes: duckdb#554
staticlibs added a commit to staticlibs/duckdb-java that referenced this pull request Feb 8, 2026
This is a backport of the PR duckdb#556 to `v1.4-andium` stable branch.

This PR fixes a problem in Appender that was incorrectly advancing to
the next column when a `UNION` contains a `STRUCT` and other columns
after the `STRUCT`.

Fixes: duckdb#554
staticlibs added a commit to staticlibs/duckdb-java that referenced this pull request Feb 8, 2026
This is a backport of the PR duckdb#556 to `v1.5-variegata` stable branch.

This PR fixes a problem in Appender that was incorrectly advancing to
the next column when a `UNION` contains a `STRUCT` and other columns
after the `STRUCT`.

Fixes: duckdb#554
@staticlibs staticlibs merged commit f283601 into duckdb:main Feb 8, 2026
13 checks passed
staticlibs added a commit that referenced this pull request Feb 9, 2026
This is a backport of the PR #556 to `v1.5-variegata` stable branch.

This PR fixes a problem in Appender that was incorrectly advancing to
the next column when a `UNION` contains a `STRUCT` and other columns
after the `STRUCT`.

Fixes: #554
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.

JDBC appender loses track on certain sequences of unions and structs.

1 participant