-
Notifications
You must be signed in to change notification settings - Fork 46
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-338: [Java][CI] Upgrade Arrow Java version for Java Cookbooks #339
Conversation
Need to review https://nightlies.apache.org/arrow/java/org/apache/arrow/ for new Java modules added:
|
Thanks @davisusanibar , as there is a small script to update versions I would run the automated one and do it on a single PR. See my comment here: #343 |
Is needed to review Arrow Java Dataset on Linuz environment.
|
java/source/conf.py
Outdated
@@ -38,9 +38,9 @@ | |||
author = 'The Apache Software Foundation' | |||
arrow_nightly=os.getenv("ARROW_NIGHTLY") | |||
if arrow_nightly and arrow_nightly != '0': | |||
version = "15.0.0-SNAPSHOT" | |||
version = "15.0.0" |
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.
version = "15.0.0" | |
version = "16.0.0-SNAPSHOT" |
java/ext/javadoctest.py
Outdated
@@ -47,6 +47,10 @@ def compile( | |||
) -> Any: | |||
# go to project that contains all your arrow maven dependencies | |||
path_arrow_project = pathlib.Path(__file__).parent.parent / "source" / "demo" | |||
# delete classpath java dependencies files used |
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.
What is the main reason to add this for Arrow Java version upgrade?
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.
Hi @vibhatha this change was for testing purpose, let me update with final changes
Seems like all the CIs are passing. Does it mean that we have resolved the protobuf related problem? |
You're right, it is. PR related: apache/arrow#40015 |
I would appreciate a review from you @lidavidm. |
To closes #338