duckdb / duckdb-wasm

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

Bump arrow to 16.0.0 #1769

Closed carlopi closed 2 weeks ago

carlopi commented 2 weeks ago

Bump arrow version to Arrow-JS 16 or Arrow-Rust 52.

This allows to fix a few open bugs:

I need to review other open issues, there might be other somehow connected to this.

Big thanks in general to the Arrow's maintainers.

carlopi commented 2 weeks ago

More interval bugs connected to bumping arrow-rust: fixes https://github.com/duckdb/duckdb-wasm/issues/1203 fixes https://github.com/duckdb/duckdb-wasm/issues/1204 fixes https://github.com/duckdb/duckdb-wasm/issues/1133

carlopi commented 2 weeks ago

I would merge this, since this solves quite some problems and current limitations, but a deeper look from @domoritz would be very welcome.