[
https://issues.apache.org/jira/browse/HIVE-19793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-19793:
------------------------------------
Resolution: Fixed
Fix Version/s: 4.0.0
3.1.0
Status: Resolved (was: Patch Available)
Committed, thanks for the reviews!
> disable LLAP IO batch-to-row wrapper for ACID deletes/updates
> -------------------------------------------------------------
>
> Key: HIVE-19793
> URL: https://issues.apache.org/jira/browse/HIVE-19793
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Priority: Major
> Fix For: 3.1.0, 4.0.0
>
> Attachments: HIVE-19793.patch
>
>
> 1) Batch to row converter doesn't propagate columns correctly because they
> are not in the schema.
> 2) Then, even if it did, the current VrbCtx model of ACID column propagation
> only works with VectorMapOperator. Regular MapOperator has no such context;
> the reader ends up storing the vector in some fake temporary ctx. I left a
> TODO that combined with a fix to (1) could fix this instead of disabling it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)