You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodic forward-merge of release-branch bugfixes into main. Notably brings
in #495 "Unify arrow exports across all query result types" (the materialized
slow-path lifetime / connection-GC fix and the test_arrow_refeed suite),
replacing main's older SchemaCachingStreamWrapper/ArrowQueryResultStreamWrapper
approach.
Submodule: external/duckdb is kept at main's pin 0361de441a (v1.5's submodule
bumps discarded; git fast-forwarded the gitlink to main's newer pin).
Conflict resolution:
- .github/workflows/packaging_wheels.yml: applied both intents — v1.5's
windows-2025 -> windows-2022 (consistent with targeted_test.yml) and main's
ARM64-comment removal.
Adaptation for main's newer core:
- pyresult.cpp: core's ColumnDataRef now takes vector<Identifier> (not
vector<string>); promote the deduplicated scan names to Identifiers
explicitly in MakeColumnDataScanStatement.
Verified: clean build; tests/fast/arrow + tests/fast/udf = 2436 passed,
0 failed (incl. test_capsule_slow_path_survives_connection_gc and the new
test_arrow_refeed suite).
0 commit comments