[ https://issues.apache.org/jira/browse/HIVE-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen O'Malley updated HIVE-6604: -------------------------------- Attachment: HIVE-6604.patch This patch: * Adds support for Decimal to the VectorizedBatchUtil.addRowToBatch. * Make addRowToBatch copy the bytes for Strings to avoid them being overwritten by the next value. * Add a unit test case with ACID, vectorization, and all of the handled types. * Fixes some of the method names to use proper capitalization. * Removes the unused parameter to setNullColIsNullValue. * Adds important tracking of the number of insert, update, and deletes. * Fix WriterImpl.writeIntermediateFooter to notify the callback. > Fix vectorized input to work with ACID > -------------------------------------- > > Key: HIVE-6604 > URL: https://issues.apache.org/jira/browse/HIVE-6604 > Project: Hive > Issue Type: Sub-task > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Priority: Blocker > Fix For: 0.13.0 > > Attachments: HIVE-6604.patch, HIVE-6604.patch > > > Fix the VectorizedOrcInputFormat to work with the ACID directories. -- This message was sent by Atlassian JIRA (v6.2#6252)