duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.18k stars 125 forks source link

Bump to DuckDB v0.10.0 [ DO NOT MERGE YET ] #1636

Closed carlopi closed 7 months ago

carlopi commented 7 months ago

Required changes to enable to compile duckdb-wasm with DuckDB v0.10.0.

This is NOT in a mergeable state, but I think it could be worth having out.

There is still the duckdb.patch, that needs to be applied on top.

I am aware of two failures (CSV and Parquet writing, unsure what changed duckdb-side that could touch this), so this is not mergeable as-is, I will update the PR with the fix later.

Note that UHUGEINTs are not yet handled on the Arrow side, so currently removed from the tests.

As part of this I also removed some unnecessary CI / infrastructure, but I will also make another pass on this.

carlopi commented 7 months ago

Need a couple of more things in, reopening after cleaning this up.