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/06 00:38:00 UTC

[jira] [Commented] (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=17259317#comment-17259317 ] 

Kouhei Sutou commented on ARROW-11135:
--------------------------------------

{quote}
Starting with a fresh clone of the repository, on my macOS machine I
use for development, I get the following which seems to be related to
a protobuf version mismatch:

java.lang.UnsatisfiedLinkError:
/private/var/folders/0h/n0jrz4qn5x37gj25sxx4z2wm0000gp/T/libgandiva_jni.dylib43feded5-f265-4a6d-b1f7-2aa56e94f392:
dlopen(/private/var/folders/0h/n0jrz4qn5x37gj25sxx4z2wm0000gp/T/libgandiva_jni.dylib43feded5-f265-4a6d-b1f7-2aa56e94f392,
1): Library not loaded:
/usr/local/opt/protobuf/lib/libprotobuf.24.dylib
      Referenced from:
/private/var/folders/0h/n0jrz4qn5x37gj25sxx4z2wm0000gp/T/libgandiva_jni.dylib43feded5-f265-4a6d-b1f7-2aa56e94f392
{quote}

> 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)