Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Previously declared DDL
create table t1 (key int, key2 int) tblproperties("hivecommit"="true");
should be replaced with:
create table t1 (key int, key2 int) tblproperties("transactional"="true", "transactional_properties"="insert_only");
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-14878 integrate MM tables into ACID: add separate ACID type
- Resolved