Skip to content

fix(deps): update datafusion and friends to v55 (major) #2983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2025

This PR contains the following updates:

Package Type Update Change
arrow dependencies major 54.2 -> 55.0
arrow workspace.dependencies major 54.3.1 -> 55.0.0
arrow-arith dependencies major 54.2 -> 55.0
arrow-arith workspace.dependencies major 54.3.1 -> 55.0.0
arrow-array dependencies major 54.2 -> 55.0
arrow-array workspace.dependencies major 54.3.1 -> 55.0.0
arrow-buffer dependencies major 54.2 -> 55.0
arrow-buffer workspace.dependencies major 54.3.1 -> 55.0.0
arrow-cast dependencies major 54.2 -> 55.0
arrow-cast workspace.dependencies major 54.3.1 -> 55.0.0
arrow-ord dependencies major 54.2 -> 55.0
arrow-ord workspace.dependencies major 54.3.1 -> 55.0.0
arrow-schema dependencies major 54.2 -> 55.0
arrow-schema workspace.dependencies major 54.3.1 -> 55.0.0
arrow-select dependencies major 54.2 -> 55.0
arrow-select workspace.dependencies major 54.3.1 -> 55.0.0
arrow-string dependencies major 54.2 -> 55.0
arrow-string workspace.dependencies major 54.3.1 -> 55.0.0
parquet workspace.dependencies major 54.3.1 -> 55.0.0

Release Notes

apache/arrow-rs (arrow)

v55.0.0

Compare Source

Full Changelog

Breaking changes:

Implemented enhancements:

  • Improve the performance of concat #​7357 [arrow]
  • Pushdown predictions to Parquet in-memory row group fetches #​7348 [parquet]
  • Improve CSV parsing errors: Print the row that makes csv parsing fails #​7344 [arrow]
  • Support ColumnMetaData encoding_stats in Parquet Writing #​7341 [parquet]
  • Support writing Parquet with modular encryption #​7327 [parquet]
  • Parquet Use U64 Instead of Usize (wasm support for files greater than 4GB) #​7238 [parquet]
  • Support different TimeUnits and timezones when reading Timestamps from INT96 #​7220 [parquet]

Fixed bugs:

Documentation updates:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

Copy link
Contributor Author

renovate bot commented Apr 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `pyo3-ffi`.
    ... required by package `pyo3 v0.23.4`
    ... which satisfies dependency `pyo3 = "^0.23.4"` of package `vortex-error v0.28.0 (/tmp/renovate/repos/github/spiraldb/vortex/vortex-error)`
    ... which satisfies path dependency `vortex-error` (locked to 0.28.0) of package `vortex-fuzz v0.28.0 (/tmp/renovate/repos/github/spiraldb/vortex/fuzz)`
versions that meet the requirements `=0.23.4` are: 0.23.4

the package `pyo3-ffi` links to the native library `python`, but it conflicts with a previous package which links to `python` as well:
package `pyo3-ffi v0.24.1`
    ... which satisfies dependency `pyo3-ffi = "=0.24.1"` of package `pyo3 v0.24.1`
    ... which satisfies dependency `pyo3 = "^0.24.1"` of package `arrow v55.0.0`
    ... which satisfies dependency `arrow = "^55.0.0"` of package `pyvortex v0.28.0 (/tmp/renovate/repos/github/spiraldb/vortex/pyvortex)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "python"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `pyo3-ffi` which could resolve this conflict

@AdamGS
Copy link
Contributor

AdamGS commented Apr 15, 2025

superseded by #3016

@AdamGS AdamGS closed this Apr 15, 2025
Copy link
Contributor Author

renovate bot commented Apr 15, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 55.x releases. But if you manually upgrade to 55.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-55-datafusion-and-friends branch April 15, 2025 13:53
Sign up for free to 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.

1 participant