[ https://issues.apache.org/jira/browse/HIVE-25329?focusedWorklogId=626546&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626546 ]
ASF GitHub Bot logged work on HIVE-25329: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Jul/21 10:32 Start Date: 22/Jul/21 10:32 Worklog Time Spent: 10m Work Description: abstractdog commented on a change in pull request #2477: URL: https://github.com/apache/hive/pull/2477#discussion_r674674240 ########## File path: ql/src/test/queries/clientpositive/create_table.q ########## @@ -0,0 +1,5 @@ +set hive.support.concurrency=true; +set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; +set hive.create.as.external.legacy=true; +create managed table test as select 1; +show create table test; Review comment: could you please add 1. "describe formatted test" to this test case also? 2. your expectation in a comment (before show create table)? 3. a "create table" without managed keyword to confirm that in case of hive.create.as.external.legacy=true, a non-acid managed table will be created -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 626546) Time Spent: 50m (was: 40m) > CTAS creates a managed table as non-ACID table > ---------------------------------------------- > > Key: HIVE-25329 > URL: https://issues.apache.org/jira/browse/HIVE-25329 > Project: Hive > Issue Type: Bug > Reporter: Robbie Zhang > Assignee: Robbie Zhang > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > According to HIVE-22158, MANAGED tables should be ACID tables only. When we > set hive.create.as.external.legacy to true, the query like 'create managed > table as select 1' creates a non-ACID table. -- This message was sent by Atlassian Jira (v8.3.4#803005)