[
https://issues.apache.org/jira/browse/HIVE-21678?focusedWorklogId=442847&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442847
]
ASF GitHub Bot logged work on HIVE-21678:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/20 16:04
Start Date: 09/Jun/20 16:04
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #614:
URL: https://github.com/apache/hive/pull/614#issuecomment-641143546
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 442847)
Time Spent: 2.5h (was: 2h 20m)
> CTAS creating a Full ACID partitioned table fails because of no writeId.
> ------------------------------------------------------------------------
>
> Key: HIVE-21678
> URL: https://issues.apache.org/jira/browse/HIVE-21678
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2, repl
> Affects Versions: 4.0.0
> Reporter: Ashutosh Bapat
> Assignee: Ashutosh Bapat
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-21678.01.patch, HIVE-21678.02.patch,
> HIVE-21678.03.patch, HIVE-21678.04.patch
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> create table t1(a int, b int);
> insert into t1 values (1, 2), (3, 4);
> create table t6_part partitioned by (a) stored as orc tblproperties
> ("transactional"="true") as select * from t1;
> ERROR : FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.MoveTask. MoveTask : Write id is not set in
> the config by open txn task for migration
> Error: Error while processing statement: FAILED: Execution Error, return code
> 1 from org.apache.hadoop.hive.ql.exec.MoveTask. MoveTask : Write id is not
> set in the config by open txn task for migration (state=08S01,code=1)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)