You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/13 05:32:52 UTC

[GitHub] [arrow] liyafan82 opened a new pull request #8455: ARROW-10294: [Java] Resolve problems of DecimalVector APIs on ArrowBufs

liyafan82 opened a new pull request #8455:
URL: https://github.com/apache/arrow/pull/8455


   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #8455: ARROW-10294: [Java] Resolve problems of DecimalVector APIs on ArrowBufs

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8455:
URL: https://github.com/apache/arrow/pull/8455#issuecomment-707499280


   https://issues.apache.org/jira/browse/ARROW-10294


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield closed pull request #8455: ARROW-10294: [Java] Resolve problems of DecimalVector APIs on ArrowBufs

Posted by GitBox <gi...@apache.org>.
emkornfield closed pull request #8455:
URL: https://github.com/apache/arrow/pull/8455


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield commented on pull request #8455: ARROW-10294: [Java] Resolve problems of DecimalVector APIs on ArrowBufs

Posted by GitBox <gi...@apache.org>.
emkornfield commented on pull request #8455:
URL: https://github.com/apache/arrow/pull/8455#issuecomment-709790989


   +1 LGTM.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org