ARROW-5989: [C++] Accommodate openjdk-8 path search prefix#4907
ARROW-5989: [C++] Accommodate openjdk-8 path search prefix#4907efiop wants to merge 1 commit intoapache:masterfrom
Conversation
|
Could you open an issue on JIRA? https://issues.apache.org/jira/projects/ARROW/issues/ |
|
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. |
|
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]>
No description provided.