Skip to content

chore(deps): update dependency org.apache.arrow:arrow-memory-core to v19#12686

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/major-upper-bound-dependencies-file
Open

chore(deps): update dependency org.apache.arrow:arrow-memory-core to v19#12686
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/major-upper-bound-dependencies-file

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.apache.arrow:arrow-memory-core (source) 18.3.019.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apache/arrow-java (org.apache.arrow:arrow-memory-core)

v19.0.0: Apache Arrow Java 19.0.0

Compare Source

What's Changed

Breaking Changes
New Features and Enhancements
Bug Fixes
Other Changes

New Contributors

Full Changelog: apache/arrow-java@v18.3.0...v19.0.0


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 this update again.


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

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

@renovate-bot renovate-bot requested a review from a team as a code owner April 6, 2026 18:36
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the arrow-memory-core dependency from version 18.3.0 to 19.0.0. Feedback indicates that updating this module in isolation is problematic because Apache Arrow components are tightly coupled and require version parity to avoid binary incompatibility and runtime errors like NoSuchMethodError.

com.google.cloud.opentelemetry:exporter-metrics,google.cloud.opentelemetry=0.36.0
com.google.flogger:flogger,flogger=0.9
org.apache.arrow:arrow-memory-core,arrow=18.3.0
org.apache.arrow:arrow-memory-core,arrow=19.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating arrow-memory-core to a new major version (v19.0.0) in isolation is problematic. Apache Arrow modules (e.g., arrow-vector, arrow-memory-netty) are tightly coupled and must share the same version to maintain binary compatibility; mixing v19.0.0 with v18.x modules will lead to runtime errors such as NoSuchMethodError. Additionally, v19.0.0 introduces breaking API changes (e.g., in BitVectorHelper and MetadataAdapter) and internal changes to ArrowBuf (GH-1038) that may require code updates.

References
  1. Dependency version mismatches suggested by bots should be verified, especially for tightly coupled modules like Apache Arrow where version parity is required for binary compatibility.

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