[
https://issues.apache.org/jira/browse/ORC-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley resolved ORC-344.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
I just committed this. Thanks for the review, Gang!
> Support using the new Decimal64ColumnVector for reading and writing decimal
> ---------------------------------------------------------------------------
>
> Key: ORC-344
> URL: https://issues.apache.org/jira/browse/ORC-344
> Project: ORC
> Issue Type: Improvement
> Components: Java
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
> Fix For: 1.5.0
>
>
> Hive just added Decimal64ColumnVector for faster operations on decimal
> objects that are <= 18 digits of precision.
> I propose:
> * We create a new method in TypeDescription to create the VectorizedRowBatch
> with the new Decimal64ColumnVector.
> * Have the reader and writer detect the ColumnVector type and call the right
> internal method.
> This leaves current clients working using the current ColumnVector. Clients
> can chose when to transition to the new interface.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)