[
https://issues.apache.org/jira/browse/HIVE-15087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15613976#comment-15613976
]
Eugene Koifman commented on HIVE-15087:
---------------------------------------
[~wzheng] why did you ignore AcidUtils.AcidOperationalProperties and
TransactionalValidationListener?
The idea there is that it encapsulates legal values for
"transactional_properties" and does validation
Why can't this be extended with 1 more valid value?
> 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
> 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)