chore(deps): update dependency org.apache.arrow:arrow-memory-core to v19#4147
chore(deps): update dependency org.apache.arrow:arrow-memory-core to v19#4147
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine dependency update, specifically upgrading the Apache Arrow memory core library to its latest major version. This ensures the project benefits from the newest features, performance improvements, and bug fixes provided by the updated library, maintaining compatibility and leveraging modern capabilities. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request updates the org.apache.arrow:arrow-memory-core dependency to version 19.0.0 in the dependencies.txt file. This change reflects a major version update for this external dependency. It's important to consider the implications of major version bumps, especially in light of the project's dependency management guidelines.
| 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 |
There was a problem hiding this comment.
This pull request updates the arrow-memory-core dependency to a new major version (19.0.0) in dependencies.txt. The repository's dependency management guidelines (Repository Style Guide, line 137) advise against bumping external dependency versions unless there is a known CVE or critical bug fix. While dependencies.txt tracks the 'currently known upper bound' for compatibility testing, a major version update often introduces breaking changes. It would be beneficial to clarify the justification for tracking this major version at this time, especially if there's no immediate plan to integrate it into the pom.xml files, to ensure alignment with the project's dependency management strategy.
References
- Try not to bump any external dependency version unless there is a known CVE (security or vulnerability issue) or a critical bug fix. (link)
|
|



This PR contains the following updates:
18.3.0->19.0.0Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.