[
https://issues.apache.org/jira/browse/HIVE-26474?focusedWorklogId=803719&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803719
]
ASF GitHub Bot logged work on HIVE-26474:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Aug/22 17:44
Start Date: 25/Aug/22 17:44
Worklog Time Spent: 10m
Work Description: simhadri-g commented on code in PR #3550:
URL: https://github.com/apache/hive/pull/3550#discussion_r955255407
##########
ql/src/test/queries/clientpositive/insert_only_to_acid_convert.q:
##########
@@ -0,0 +1,32 @@
+--! qt:dataset:alltypesorc
+set hive.support.concurrency=true;
+set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
+set hive.mapred.mode=nonstrict;
+set hive.strict.checks.bucketing=true;
+set hive.enforce.bucketing=true;
+
+
+
+create external table ext(num int, id string) stored as ORC;
Review Comment:
I missed removing that before committing.
Issue Time Tracking
-------------------
Worklog Id: (was: 803719)
Time Spent: 2h (was: 1h 50m)
> Enable converting insert-only tables to full ACID tables
> --------------------------------------------------------
>
> Key: HIVE-26474
> URL: https://issues.apache.org/jira/browse/HIVE-26474
> Project: Hive
> Issue Type: Improvement
> Reporter: Simhadri Govindappa
> Assignee: Simhadri Govindappa
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Currently we can convert a non-ACID table to full ACID via altering
> TBLPROPERTIES ("transactional"="false" -> "transactional"="true"), but we
> don't support converting insert-only tables to full ACID tables
> ("transactional_properties"="insert_only" - >
> "transactional_properties"="default").
--
This message was sent by Atlassian Jira
(v8.20.10#820010)