[ https://issues.apache.org/jira/browse/HIVE-27177?focusedWorklogId=856087&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-856087 ]
ASF GitHub Bot logged work on HIVE-27177: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/Apr/23 11:31 Start Date: 11/Apr/23 11:31 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4155: URL: https://github.com/apache/hive/pull/4155#discussion_r1162676947 ########## ql/src/test/queries/clientnegative/alter_external_acid.q: ########## @@ -4,6 +4,6 @@ set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; create external table acid_external (a int, b varchar(128)) clustered by (b) into 2 buckets stored as orc; -alter table acid_external set TBLPROPERTIES ('transactional'='true'); +alter table acid_external convert to Acid; Review Comment: do we have usecase that covers conversion to "insert-only"? Issue Time Tracking ------------------- Worklog Id: (was: 856087) Time Spent: 3h 10m (was: 3h) > Add alter table...Convert to Iceberg command > -------------------------------------------- > > Key: HIVE-27177 > URL: https://issues.apache.org/jira/browse/HIVE-27177 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 3h 10m > Remaining Estimate: 0h > > Add an alter table <tblName> convert to Iceberg [TBLPROPERTIES('','')] to > convert exiting external tables to iceberg tables -- This message was sent by Atlassian Jira (v8.20.10#820010)