You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2020/10/13 04:53:00 UTC

[jira] [Created] (ARROW-10294) [Java] Resolve problems of DecimalVector APIs on ArrowBufs

Liya Fan created ARROW-10294:
--------------------------------

             Summary: [Java] Resolve problems of DecimalVector APIs on ArrowBufs
                 Key: ARROW-10294
                 URL: https://issues.apache.org/jira/browse/ARROW-10294
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Liya Fan
            Assignee: Liya Fan


Unlike other fixed width vectors, DecimalVectors have some APIs that directly manipulate an ArrowBuf (e.g. \{{void set(int index, int isSet, int start, ArrowBuf buffer)}}).

After supporting 64-bit ArrowBufs, we need to adjust such APIs so that they work properly. 



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