-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39288: [Java][FlightSQL] Update Apache Avatica to version 1.24.0 #39325
Conversation
Update pom files, update several failing tests, because UsernamePasswordCredentials() has been removed from Avatica.
|
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!
@github-actions crossbow submit -g java |
LGTM! Thank you 😄 |
Revision: 6974506 Submitted crossbow builds: ursacomputing/crossbow @ actions-70f39f80b0 |
@lidavidm, Thank you! |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 708b973. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…24.0 (apache#39325) Updated pom files, and updated several failing tests because UsernamePasswordCredentials() method has been removed from Avatica. * Closes: apache#39288 Authored-by: Bob Plotts <[email protected]> Signed-off-by: David Li <[email protected]>
…24.0 (apache#39325) Updated pom files, and updated several failing tests because UsernamePasswordCredentials() method has been removed from Avatica. * Closes: apache#39288 Authored-by: Bob Plotts <[email protected]> Signed-off-by: David Li <[email protected]>
Updated pom files, and updated several failing tests because UsernamePasswordCredentials() method has been removed from Avatica.