Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.