[
https://issues.apache.org/jira/browse/HIVE-25329?focusedWorklogId=626466&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626466
]
ASF GitHub Bot logged work on HIVE-25329:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/21 07:52
Start Date: 22/Jul/21 07:52
Worklog Time Spent: 10m
Work Description: abstractdog commented on a change in pull request #2477:
URL: https://github.com/apache/hive/pull/2477#discussion_r674574563
##########
File path: itests/src/test/resources/testconfiguration.properties
##########
@@ -7,6 +7,7 @@ minimr.query.files=\
# Queries ran by both MiniLlapLocal and MiniTez
minitez.query.files.shared=\
compressed_skip_header_footer_aggr.q,\
+ create_table.q,\
Review comment:
1. similarly to HIVE-25331, please use TestMiniLlapLocalCliDriver
2. this patch creates the same .q file, please use a different one,
otherwise they'll conflict I guess
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 626466)
Time Spent: 20m (was: 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
> Assignee: Robbie Zhang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> 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)