v1.3.0
Note
Unfortunately this release contains a regression when reading DECIMAL types through arrow. DuckDB v1.3.0 contains new physical types for decimals and will try to use the smallest possible representation for decimals depending on their logical scale and width - but arrow-rs currently only supports 128 and 256-bit decimals (not e.g. 32-bit used with smaller widths), and will thus throw an error when these smaller decimals are read from DuckDB. Regardless of when/if arrow-rs adds support for smaller decimal types, the plan is to make this behavior configurable in DuckDB v1.3.1.
What's Changed
- Update
github.com/wangfenjin/duckdb-rstogithub.com/duckdb/duckdb-rsby @lukekim in #499 - Make DuckString's constructor public by @benjamintli in #497
- upgrade arrow-rs to 55 by @AdamGS in #496
- fix: libduckdb-sys build fails on Windows by @maemon4095 in #495
- [WIP] Update to DuckDB v1.3.0 by @Maxxen in #505
New Contributors
- @lukekim made their first contribution in #499
- @benjamintli made their first contribution in #497
- @AdamGS made their first contribution in #496
- @maemon4095 made their first contribution in #495
Full Changelog: v1.2.2...v1.3.0