Add back spatial to V1.5, patch ducklake#20734
Add back spatial to V1.5, patch ducklake#20734Mytherin merged 3 commits intoduckdb:v1.5-variegatafrom
Conversation
|
Test failures unrelated @Mytherin |
|
@Maxxen: I am not sure failure is unrelated, or at least I have not seen this fail elsewhere. I think it's fine to merge and look at this on a side, but my theory is that some global CURL setting are conflicting between curl bundled with spatial (via GDAL) and curl bundled with EDIT: the test looks like: where here it seems that |
|
@carlopi I thought it was a transient http issue. can you reproduce it? It was green on my local fork CI https://github.com/Maxxen/duckdb/actions/runs/21484736374 |
|
#20746 targets main, so if this PR breaks CI then that will not fix it. Is that meant to also target v1.5? |
Indeed, fixed up, but needs to go through CI. |
73a4205 to
019f120
Compare
|
Thanks! |
Date: 2026-02-02 13:44:38 +0100 Integrate caching filesystem into json reader (duckdb/duckdb#20575) [chore] Skip building spatial, needs a patch, needs to be reverted (duckdb/duckdb#20772) Add back spatial to V1.5, patch ducklake (duckdb/duckdb#20734)
Date: 2026-02-02 13:44:38 +0100 Integrate caching filesystem into json reader (duckdb/duckdb#20575) [chore] Skip building spatial, needs a patch, needs to be reverted (duckdb/duckdb#20772) Add back spatial to V1.5, patch ducklake (duckdb/duckdb#20734)
Date: 2026-02-02 13:44:38 +0100 Integrate caching filesystem into json reader (duckdb/duckdb#20575) [chore] Skip building spatial, needs a patch, needs to be reverted (duckdb/duckdb#20772) Add back spatial to V1.5, patch ducklake (duckdb/duckdb#20734)
Date: 2026-02-02 13:44:38 +0100 Integrate caching filesystem into json reader (duckdb/duckdb#20575) [chore] Skip building spatial, needs a patch, needs to be reverted (duckdb/duckdb#20772) Add back spatial to V1.5, patch ducklake (duckdb/duckdb#20734)
A lot of the ducklake geo handling could probably be much simplified now, but I just need the tests to pass for now and will make another pass in the ducklake repo later.