chore(deps): refresh locked arrow and opendal - #756
Open
plusplusjiajia wants to merge 1 commit into
Open
Conversation
Both are patch- or maintenance-level moves inside the ranges the manifests already declare (`arrow = "58.0"`, `opendal-core = "0.58.0"`), so this is a lockfile refresh and no manifest changes. arrow 58.4.0 is a 58-line maintenance release carrying backported cargo audit fixes; arrow-array, arrow-buffer and arrow-ipc are unchanged in it. opendal 0.58.2 is a patch release, and it pulls its own dependencies (reqsign and the ciphers below it) forward with it. Regenerated the dependency reports so `dependencies.py verify` stays green.
plusplusjiajia
force-pushed
the
dependabot-track-lockfile
branch
from
August 27, 2026 07:52
d1833fc to
8f81279
Compare
plusplusjiajia
marked this pull request as ready for review
August 27, 2026 08:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
arrowandopendalare locked a few releases behind what the manifests already allow. Both moves stay inside the declared ranges (arrow = "58.0",opendal-core = "0.58.0"), so this is a lockfile refresh with no manifest change — noticed while refreshing by hand.arrow58.3.0 → 58.4.0 — a 58-line maintenance release carrying backported cargo audit fixes.arrow-array,arrow-bufferandarrow-ipcare unchanged in it; the changes sit underparquet.opendal0.58.0 → 0.58.2 — a patch release. It brings its own dependencies forward with it, which is most of the churn below:reqsign3.0.2 → 3.3.0 and the ciphers under it (aes,cipher,cbc,ctr).arrow59 exists but is outside the declared range, so it is not part of this.Brief change log
cargo updatefor the arrow and opendal families; 52 packages move version.dependencies.py verifystays green.Tests
Against this branch, with the Spark fixture warehouse provisioned from
dev/spark/provision.py:cargo build -p paimon -p paimon-datafusion— clean.paimonlib — 2405 passed.paimon-datafusionlib — 346 passed, none failed.paimon-datafusionread_tables— 45 passed. The two failures left arevector_search_tests, which needliblumina_py.soon the host.python3 scripts/dependencies.py verify— passes.The python, go and c suites were not run locally; CI covers them.
API and Format
No API change, no format change.