[
https://issues.apache.org/jira/browse/ARROW-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Teotia resolved ARROW-1946.
-------------------------------------
Resolution: Fixed
Fix Version/s: 0.9.0
Issue resolved by pull request 1443
[https://github.com/apache/arrow/pull/1443]
> Add APIs to decimal vector for writing big endian data
> ------------------------------------------------------
>
> Key: ARROW-1946
> URL: https://issues.apache.org/jira/browse/ARROW-1946
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java - Vectors
> Reporter: Siddharth Teotia
> Assignee: Siddharth Teotia
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> We recently moved Dremio to LE Decimal format (similar to Arrow). As part of
> that we introduces some APIs in decimal vector which take a big endian data
> and swap the bytes while writing into the ArrowBuf of decimal vector.
> The advantage of these APIs is that caller would not have to allocate an
> additional memory and write( and read) source big endian twice for swapping
> into new memory and using that to write into the vector.
> We can directly swap bytes while writing into the vector -- just read once
> and swap while writing.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)