Skip to content

[DuckDb v1.5.0] fix: update SetOperationNode API for DuckDB main branch#13

Draft
zfarrell wants to merge 1 commit intomainfrom
duckdb-next
Draft

[DuckDb v1.5.0] fix: update SetOperationNode API for DuckDB main branch#13
zfarrell wants to merge 1 commit intomainfrom
duckdb-next

Conversation

@zfarrell
Copy link
Collaborator

@zfarrell zfarrell commented Jan 30, 2026

Use children vector instead of left/right members to support the DuckDB v1.5+ API change.

NOTE: This change is not ready to merge. it's preparing parser_tools for the next (breaking change) version of duckdb, as discovered here. Once 1.5.0 is released:

Update .github/workflows/MainDistributionPipeline.yml on this branch:
- Change duckdb_version: main → duckdb_version: v1.5.x
- Change ci_tools_version: main → ci_tools_version: v1.5.x
- Change uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main → @v1.5.x

Use children vector instead of left/right members to support the
DuckDB v1.5+ API change.
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