You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/01/18 20:58:00 UTC

[jira] [Comment Edited] (ARROW-11135) Using Maven Central artifacts as dependencies produce runtime errors

    [ https://issues.apache.org/jira/browse/ARROW-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267509#comment-17267509 ] 

Kouhei Sutou edited comment on ARROW-11135 at 1/18/21, 8:57 PM:
----------------------------------------------------------------

My mistake. I missed that the JAR was macOS only. The tests pass and all is fine on openJDK 11. However, on openJDK 8 and 15, I get the following error after the tests complete which still causes the build to fail. However, I assume this may be because I did not correctly close some Gandiva resources. I have edited the code to try to properly free all resources, and I'll watch what happens with this build.

{noformat}
pure virtual method called
 terminate called without an active exception
{noformat}


was (Author: michaelmior):
My mistake. I missed that the JAR was macOS only. The tests pass and all is fine on openJDK 11. However, on openJDK 8 and 15, I get the following error after the tests complete which still causes the build to fail. However, I assume this may be because I did not correctly close some Gandiva resources. I have edited the code to try to properly free all resources, and I'll watch what happens with this build.

{{pure virtual method called}}
{{ terminate called without an active exception}}

> Using Maven Central artifacts as dependencies produce runtime errors
> --------------------------------------------------------------------
>
>                 Key: ARROW-11135
>                 URL: https://issues.apache.org/jira/browse/ARROW-11135
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.0
>            Reporter: Michael Mior
>            Priority: Major
>
> I'm working on connecting Arrow/Gandiva with Apache Calcite. Overall the integration is working well, but I'm having issues . As [suggested on the mailing list|https://lists.apache.org/thread.html/r93a4fedb499c746917ab8d62cf5a8db8c93a7f24bc9fac81f90bedaa%40%3Cuser.arrow.apache.org%3E], using Dremio's public artifacts solves the problem. Between two Apache projects however, there would be strong preference to use Apache artifacts as a dependency.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)