Skip to content

Bump pyarrow from 24.0.0 to 25.0.0#781

Merged
jwills merged 1 commit into
masterfrom
dependabot/pip/pyarrow-25.0.0
Jul 13, 2026
Merged

Bump pyarrow from 24.0.0 to 25.0.0#781
jwills merged 1 commit into
masterfrom
dependabot/pip/pyarrow-25.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps pyarrow from 24.0.0 to 25.0.0.

Release notes

Sourced from pyarrow's releases.

Apache Arrow 25.0.0

Release Notes URL: https://arrow.apache.org/release/25.0.0.html

Apache Arrow 25.0.0 RC1

Release Notes: Release Candidate: 25.0.0 RC1

Commits
  • 59bea6e MINOR: [Release] Update versions for 25.0.0
  • 381fab6 MINOR: [Release] Update .deb/.rpm changelogs for 25.0.0
  • 7f72d5b MINOR: [Release] Update CHANGELOG.md for 25.0.0
  • fe2f85c GH-50336: [Release][Archery] Fix archery GitHub integration for release scrip...
  • c658548 GH-50293: [CI] Run check-labels for all triggers to avoid cancelling further ...
  • f83c8ca GH-50330: [C++][R][Parquet] Add missing typename in RleBitPackedDecoderGetRun...
  • 35e0f63 GH-50318: [R][CI] Install missing libpng-dev for test-r-linux-as-cran (#50328)
  • 61ca7a9 GH-50295: [C++][R] #include <ranges> in vector_select_k.cc breaks macOS CRAN ...
  • 1b6edb8 GH-50291: [Python][Packaging] Stop using nightly build dependencies for build...
  • e183ea9 MINOR: [Docs] Add Timestamp With Offset to canonical extension types status (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyarrow](https://github.com/apache/arrow) from 24.0.0 to 25.0.0.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-24.0.0...apache-arrow-25.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-version: 25.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 13, 2026
@jwills jwills enabled auto-merge (squash) July 13, 2026 16:15
@jwills jwills merged commit 0f27fa2 into master Jul 13, 2026
33 checks passed
@jwills jwills deleted the dependabot/pip/pyarrow-25.0.0 branch July 13, 2026 16:15
hrl20 pushed a commit that referenced this pull request Jul 14, 2026
hrl20 added a commit that referenced this pull request Jul 14, 2026
While investigating why MotherDuck integration tests have been taking over 45 minutes, found that one of the microbatch tests left behind many temporary tables that kept accumulating. 

This PR fixes the issue on 2 levels: 
* fix the faulty temp table cleanup mechanism for incremental microbatch models when hitting a compilation error:  the post-model-hook cleanup omitted the batch's batch_id when computing the temp relation path, so it looked for the wrong table name and missed the orphaned temp table left behind by the failed batch. 
* All motherduck tests now use a new database name generated per test session- besides preventing the original issue, this also allows mutliple concurrent test runs to not step on each other. 


Also reverted "Bump pyarrow from 24.0.0 to 25.0.0 (#781)" to fix segfaults introduced to motherduck integration tests from the upgrade

---------

Co-authored-by: Josh Wills <josh.wills@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant