[
https://issues.apache.org/jira/browse/HIVE-15087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15613985#comment-15613985
]
Sergey Shelukhin commented on HIVE-15087:
-----------------------------------------
nit: setting the fixed version to the branch
Also: I just committed another patch with a lot of changes to ACID checks
(basically I replaced all the isAcidTable calls with isFullAcidTable calls,
that also check that the table is not insert only, because otherwise I had a
lot of failures for inserts due to txn manager, and for alter calls).
You might want to take a look at callers of isFullAcidTable if changing it as
per [~ekoifman] s comment.
> integrate MM tables into ACID: replace "hivecommit" property with ACID
> property
> -------------------------------------------------------------------------------
>
> Key: HIVE-15087
> URL: https://issues.apache.org/jira/browse/HIVE-15087
> Project: Hive
> Issue Type: Sub-task
> Reporter: Wei Zheng
> Assignee: Wei Zheng
> Fix For: hive-14535
>
> Attachments: HIVE-15087.1.patch
>
>
> Previously declared DDL
> {code}
> create table t1 (key int, key2 int) tblproperties("hivecommit"="true");
> {code}
> should be replaced with:
> {code}
> create table t1 (key int, key2 int) tblproperties("transactional"="true",
> "transactional_properties"="insert_only");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)