-
Notifications
You must be signed in to change notification settings - Fork 95
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
chore(java): bump arrow to 18.0.0 #2293
chore(java): bump arrow to 18.0.0 #2293
Conversation
Thanks! I'll review when I get back next week |
Note that it appears Java verification fails |
I do see multiple errors in C++ code with the following message though:
and also
it may be caused by my change but the cause is unclear to me as why. I'll try to rebase my change in case There's also one maven-assembly-plugin error probably caused by the apache parent update (will debug and fix) |
b0e1dc7
to
32231b0
Compare
The C++ errors aren't related, there are separate fixes for those |
I would like to do a release soon so I may take the liberty of upgrading Arrow separately (without the parent POM change) in the meantime. Thanks for the help! |
32231b0
to
a64f2fb
Compare
The maven change are a small part of the changes for arrow 18.0. Just pushed a rebased version |
I think if you rebase, the CI errors should mostly go away! |
Update arrow dependency from 15.0.0 to 18.0.0. As Apache Arrow now requires Java 11, Apache Arrow ADBC also now requires Java 11. Update Apache Parent pom to version 33 and take advantage of Java 9+ support. Clean up pom.xml files to remove duplicate or conflicting plugin version definition and/or configuration Update FlightSQL tests to use the FlightSQL Junit 5 extension. Update build and dev scripts, and documentation
7b1ddca
to
4143439
Compare
Pushed new rebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Update arrow dependency from 15.0.0 to 18.0.0.
As Apache Arrow now requires Java 11, Apache Arrow ADBC also now requires Java 11.
Update Apache Parent pom to version 33 and take advantage of Java 9+ support.
Clean up pom.xml files to remove duplicate or conflicting plugin version definition and/or configuration
Update FlightSQL tests to use the FlightSQL Junit 5 extension.
Update build and dev scripts, and documentation