Skip to content

Merge with V1.3.2 branch, and fix spatial join with nulls spanning vectors#663

Merged
Maxxen merged 8 commits intoduckdb:mainfrom
Maxxen:main-dev
Aug 17, 2025
Merged

Merge with V1.3.2 branch, and fix spatial join with nulls spanning vectors#663
Maxxen merged 8 commits intoduckdb:mainfrom
Maxxen:main-dev

Conversation

@Maxxen
Copy link
Member

@Maxxen Maxxen commented Aug 16, 2025

Closes #662
Caused by the vector we fetch the join keys into not having its validity reset after each gathered chunk, causing the next vector to contain NULL's erroneously, which messes up the R-Tree as it gets fewer elements inserted than expected.

@Maxxen Maxxen merged commit 35a3635 into duckdb:main Aug 17, 2025
22 checks passed
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.

Spatial join returning 0 rows with null geometry values.

1 participant