-
Notifications
You must be signed in to change notification settings - Fork 47
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
MINOR: [Release] Update C++ and PyArrow versions for 15.0.0 #343
Conversation
Sorry, I forgot to run the release update for the cookbooks for the 14.0.x patch releases and 15.0.0, did you use the |
0e86847
to
c876df1
Compare
I didn't originally but did just now ( |
@davisusanibar can you look at the Java CI failures? |
Let me take a look |
A Java nightly is trying to download artifacts from https://nightlies.apache.org/arrow/java, but org.apache.arrow:arrow-memory-netty-buffer-patch:jar:16.0.0-SNAPSHOT is not being uploaded. This issue has been created to track this: #342. Let me check the activities needed to upload that to the nightly repository. |
PR is ready for review: apache/arrow#39901 |
@raulcd I think now that apache/arrow#39901 the Java checks should pass, can you re-run them to check? |
There seems to still be some errors:
I can't spend much time diagnosing at the moment, @davisusanibar any idea what is happening on the Java failure? |
I am reviewing that . More details at: #339 (comment) |
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.
@davisusanibar can we check whether the Java-Jar related scenario is resolved?
We should probably re-run the CIs after merging apache/arrow#40015 |
This PR depend of #339 |
@amoeba It's ready for a rebase |
c876df1
to
640e578
Compare
Thanks @davisusanibar. I rebased. |
Hi @raulcd, I think this is ready for a merge. The CI passes here and the Java CI is passing as of https://github.com/apache/arrow-cookbook/actions/runs/7865593306. Can you have a look? |
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 for following this up!
Can't easily test this locally so sending a PR to see what CI looks like. Java changes are in a separate PR: #339.
@raulcd