[
https://issues.apache.org/jira/browse/HIVE-14878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900011#comment-15900011
]
Eugene Koifman commented on HIVE-14878:
---------------------------------------
[~wzheng] why does this need the addition of AcidUtils.Operation.INSERT_ONLY?
>From what I see all usages of it are
to change
{noformat}
if (conf.getWriteType() == AcidUtils.Operation.NOT_ACID) {
{noformat}
to
{noformat}
if (conf.getWriteType() == AcidUtils.Operation.NOT_ACID ||
conf.getWriteType() == AcidUtils.Operation.INSERT_ONLY) {
{noformat}
> integrate MM tables into ACID: add separate ACID type
> -----------------------------------------------------
>
> Key: HIVE-14878
> URL: https://issues.apache.org/jira/browse/HIVE-14878
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sergey Shelukhin
> Assignee: Wei Zheng
> Fix For: hive-14535
>
> Attachments: HIVE-14878.1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)