-
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
ARROW-5989: [C++] Accommodate openjdk-8 path search prefix #4907
Conversation
Could you open an issue on JIRA? https://issues.apache.org/jira/projects/ARROW/issues/ See also: https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches |
Thanks for the heads up @kuo ! Created the issue and formatted the PR header. Please take a look. I also see that 2 workers failed in https://travis-ci.org/apache/arrow/builds/560726427utm_source=github_status&utm_medium=notification, but it doesn't seem to be related to my patch. Or is it? |
restarted the failed travis, jobs, I think they are unrelated as well. |
It looks like you have a lint error: "make format" or "ninja format" should fix this. |
@emkornfield Fixed formatting. Thanks for the heads up! |
This time travis is passing fine, but appveyor failed ¯_(ツ)_/¯ The failure seems to be unrelated once again. |
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.
It's unrelated.
I'll merge this.
Thank you @kou ! Sorry for bothering, but when can we expect a new release with this patch? openjdk-8 has been around for quite a while, and without this patch it is quite hard to use pyarrow on ubuntu, especially for unsuspecting users of projects that use pyarrow as a dependency. EDIT: looks like 0.14.1 has been released a few days ago, but it is not available on pypi. Not sure if I'm asking at the right place, since the question is about pyarrow release 😕 |
0.14.1 isn't released yet. It's just RC for now. This patch will be included into the next release after 0.14.1. It'll be occurred in a few months. You will be able to |
@kou Maybe I could submit a backport for 0.14.1 rc so it is included into official 0.14.1? |
@kou Got it. Thanks! |
Closes #4907 from efiop/patch-1 and squashes the following commits: e4a2743 <Ruslan Kuprieiev> ARROW-5989: accommodate openjdk-8 path search prefix Authored-by: Ruslan Kuprieiev <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Closes apache#4907 from efiop/patch-1 and squashes the following commits: e4a2743 <Ruslan Kuprieiev> ARROW-5989: accommodate openjdk-8 path search prefix Authored-by: Ruslan Kuprieiev <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
No description provided.