You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/09/30 09:45:00 UTC

[jira] [Commented] (ARROW-10101) [Java] Implement non-sparse tensors

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

Joris Van den Bossche commented on ARROW-10101:
-----------------------------------------------

[~lidavidm] From the description above, it's not fully clear to me if you are talking about the (standalone) Tensor message type of the IPC protocol, or about storing a tensor as a value in a RecordBatch field. 

Your description seems to talk about the first, but the mailing list thread talks about the second I think. There are also some open issues about defining a standard ExtensionType for storing arrays in RecordBatch fields (ARROW-1614, ARROW-8714)

> [Java] Implement non-sparse tensors
> -----------------------------------
>
>                 Key: ARROW-10101
>                 URL: https://issues.apache.org/jira/browse/ARROW-10101
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We'd like to be able to round-trip NumPy ndarrays through Java, and create tensors in Java that can be eventually mapped to ndarrays in Python. Having even a basic Tensor implementation, with extension types, as a contrib module would help greatly.
> Some prior discussions
>  * [https://lists.apache.org/thread.html/9b142c1709aa37dc35f1ce8db4e1ced94fcc4cdd96cc72b5772b373b%40%3Cdev.arrow.apache.org%3E]



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