Alan Gates created HIVE-7078: -------------------------------- Summary: Need file sink operators that work with ACID Key: HIVE-7078 URL: https://issues.apache.org/jira/browse/HIVE-7078 Project: Hive Issue Type: Sub-task Components: Query Processor, Transactions Reporter: Alan Gates Assignee: Alan Gates
When writing records to tables that use an OutputFormat that implements AcidOutputFormat, records will need to be written via a RecordUpdater instead of RecordWriter. Rather than add this functionality to FileSinkOperator and VectorizedFileSinkOperator I propose to add a new AcidFileSinkOperator that extends FileSinkOperator and a new AcidVectorizedFileSinkOperator that extends VectorizedFileSinkOperator. -- This message was sent by Atlassian JIRA (v6.2#6252)