[
https://issues.apache.org/jira/browse/ARROW-13617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-13617.
------------------------------------
Fix Version/s: 7.0.0
Resolution: Fixed
Issue resolved by pull request 12134
[https://github.com/apache/arrow/pull/12134]
> [C++] Make Decimal representations consistent
> ---------------------------------------------
>
> Key: ARROW-13617
> URL: https://issues.apache.org/jira/browse/ARROW-13617
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: David Li
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Right now Decimal128 is represented as two 64-bit integers (in native endian
> order) and Decimal256 is represented as a std::array (in native endian
> order). We could make these consistent (presumably there should be no
> performance impact). It may also make it easier to extract a common base
> class or other niceties.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)