You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Roee Shlomo (Jira)" <ji...@apache.org> on 2021/09/29 19:51:00 UTC

[jira] [Commented] (ARROW-12965) [Java][C++] Java implementation of Arrow C data interface

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

Roee Shlomo commented on ARROW-12965:
-------------------------------------

We noticed that for UnionArray the cpp implementation includes a validity buffer although it shouldn't be there according to the specification. In the arrow2 rust implementation a workaround is used (in the FFI code for Union an empty validity buffer is explicitly added). To me it sounds like a bug that should be resolved in arrow-cpp instead. [~apitrou] Should we try to workaround it in Java too or open a bug ticket?

> [Java][C++] Java implementation of Arrow C data interface
> ---------------------------------------------------------
>
>                 Key: ARROW-12965
>                 URL: https://issues.apache.org/jira/browse/ARROW-12965
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Hongze Zhang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 12h 10m
>  Remaining Estimate: 0h
>
> As mentioned in ARROW-7272 or in PR https://github.com/apache/arrow/pull/10201, it would be valuable to have the Arrow C data interface implemented in Java to provide better inter-process data sharing facility without depending on 3rd party serialization protocols.



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