[ 
https://issues.apache.org/jira/browse/HIVE-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Gates updated HIVE-7571:
-----------------------------

    Attachment: HIVE-7571.patch

A patch that changes the RecordUpdater interface to assume that the ROWID is 
passed as a virtual column.  This changes the update and delete calls to no 
longer explicitly ask for transaction id and row id in the interface.

> RecordUpdater should read virtual columns from row
> --------------------------------------------------
>
>                 Key: HIVE-7571
>                 URL: https://issues.apache.org/jira/browse/HIVE-7571
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Transactions
>    Affects Versions: 0.13.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HIVE-7571.WIP.patch, HIVE-7571.patch
>
>
> Currently RecordUpdater.update and delete take rowid and original transaction 
> as parameters.  These values are already present in the row as part of the 
> new ROW__ID virtual column in HIVE-7513, and thus can be read by the writer 
> from there.  And the writer will already have to handle skipping ROW__ID when 
> writing, so it needs to be aware of that column anyone.
> We could instead read the values from ROW__ID and then remove it from the 
> object inspector in FileSinkOperator, but this will be hard in the 
> vectorization case where rows are being dealt with 10k at a time.
> For these reasons it makes more sense to do this work in the writer.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to