[ https://issues.apache.org/jira/browse/HIVE-25329?focusedWorklogId=622810&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622810 ]
ASF GitHub Bot logged work on HIVE-25329: ----------------------------------------- Author: ASF GitHub Bot Created on: 15/Jul/21 00:58 Start Date: 15/Jul/21 00:58 Worklog Time Spent: 10m Work Description: ujc714 opened a new pull request #2477: URL: https://github.com/apache/hive/pull/2477 ### What changes were proposed in this pull request? This change makes "create managed table" query to create a managed table regardless of "hive.create.as.external.legacy=true". ### Why are the changes needed? According to HIVE-22158, MANAGED tables should be ACID tables only. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? mvn test -Dtest=TestMiniTezCliDriver -Dqfile=create_table.q -- 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: 622810) Remaining Estimate: 0h Time Spent: 10m > 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 > Priority: Major > Time Spent: 10m > 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)