You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Litchy (JIRA)" <ji...@apache.org> on 2019/07/11 02:59:00 UTC

[jira] [Created] (ARROW-5907) base64 support of bytes-like

Litchy created ARROW-5907:
-----------------------------

             Summary: base64 support of bytes-like
                 Key: ARROW-5907
                 URL: https://issues.apache.org/jira/browse/ARROW-5907
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Python
    Affects Versions: 0.14.0
            Reporter: Litchy
             Fix For: 0.14.0


Currently pyarrow could not be encoded by base64

Because it is not bytes-like

A possible scenario could be if we want to push data(like ndarray) to Redis in Python and get it from other language like Java. Arrow could be used to interact between Python and Java using Array of Arrow.

Adding this feature would support some in-queue and out-queue operations like Redis



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)