Re: Github check error with ORC JNI adapter

2020-11-04 Thread Terence Honles
I believe I have addressed the issue in https://issues.apache.org/jira/browse/ARROW-10499 / https://github.com/apache/arrow/pull/8595 but it looks like there are other unrelated CI errors happening right now 😕. On 2020/11/04 17:17:14, Terence Honles wrote: > Hi Bryan, > > I started looking i

Re: Github check error with ORC JNI adapter

2020-11-04 Thread Terence Honles
Hi Bryan, I tried sending the following earlier today, but it appears I was having issues with the mailing list. I started looking into the issue myself. I bisected one of the issues to a change in https://github.com/apache/arrow/pull/8533 and asked the author about the check that seemed to be

Re: Github check error with ORC JNI adapter

2020-11-04 Thread Terence Honles
Hi Bryan, I started looking into the issue myself. I bisected one of the issues to a change in apache/arrow#8533 and asked the author about the check that seemed to be causing the issue.

Github check error with ORC JNI adapter

2020-11-03 Thread Bryan Cutler
There seems to be a Github check error with the Java JNI tests for the ORC adapter that is affecting a lot of recent PRs, see https://github.com/apache/arrow/pull/8577/checks?check_run_id=1346780145. >From the log, it looks like some env setting, but I can't tell what's wrong. Anyone else know? Th