Skip to content

Update duckdb and arrow - #61

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/duckdb-and-arrow
Open

Update duckdb and arrow#61
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/duckdb-and-arrow

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
arrowdependenciesminor=58.3.0=58.4.0
arrow-ipcdependenciesminor=58.3.0=58.4.0
duckdbdependenciesminor=1.10504.0=1.10505.0

Release Notes

apache/arrow-rs (arrow)

v58.4.0: arrow 58.4.0

Compare Source

Changelog
58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

duckdb/duckdb-rs (duckdb)

v1.10505.0

Compare Source

Highlights

  • New type support: UHUGEINT via u128 (#​795), a DuckDB-native Decimal carrier covering all decimals up to DECIMAL(38, s) (#​799), GEOMETRY exposed as WKB with CRS metadata (#​801), Arrow arrow.uuid extension mapping to UUID (#​808), and narrow Arrow Decimal32/Decimal64 (#​806)
  • Nested types via Arrow: LIST, STRUCT, MAP, and fixed-size ARRAY values now round-trip through Arrow record batches, vtabs, and scalar functions, with correct timestamp unit handling (#​811, #​813, #​819)
  • Panic containment: panics in scalar and table function callbacks become query errors instead of aborting the host process so the connection stays usable (#​824)
  • Correct result metadata: schema and logical types are decoded from the executed result, fixing stale metadata when cached prepared statements outlive schema changes (#​800, #​803)
  • Leaner build deps: libduckdb-sys downloads now use ureq instead of reqwest, dropping the tokio/hyper stack from build dependencies (#​826)
  • ⚠️Breaking: Type, Value, and ValueRef are now #[non_exhaustive] with new UHugeInt variants (#​795); Statement::step returns Result<Option<StructArray>> (#​800); stream_arrow no longer takes a schema parameter and the deprecated stream_step is removed (#​807)
  • Updated DuckDB to v1.5.5 (#​825) and Rust to 1.97 (#​812)

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.10504.0...v1.10505.0


Configuration

📅 Schedule: (in timezone Australia/Brisbane)

  • Branch creation
    • "after 8am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecovBot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.25%. Comparing base (4a78ecc) to head (91bbdf7).

Additional details and impacted files
@@ Coverage Diff @@## main #61 +/- ##
=======================================
Coverage 91.25% 91.25% =======================================
Files 12 12 Lines 2070 2070 =======================================
Hits 1889 1889 Misses 181 181 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovateBotforce-pushed the renovate/duckdb-and-arrow branch from dd45912 to 926e4bfCompareAugust 14, 2026 23:35
@renovate
renovateBotforce-pushed the renovate/duckdb-and-arrow branch from 926e4bf to 91bbdf7CompareAugust 22, 2026 02:42
Sign up for freeto 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.

0 participants