[ 
https://issues.apache.org/jira/browse/HIVE-25224?focusedWorklogId=611212&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611212
 ]

ASF GitHub Bot logged work on HIVE-25224:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/21 09:45
            Start Date: 15/Jun/21 09:45
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on pull request #2381:
URL: https://github.com/apache/hive/pull/2381#issuecomment-861354189


   I've merged this - testruns had multiple unrelated  failures in a row; I'll 
go and clean up these flaky tests....


-- 
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: 611212)
    Time Spent: 50m  (was: 40m)

> Multi insert statements involving tables with different bucketing_versions 
> results in error
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-25224
>                 URL: https://issues.apache.org/jira/browse/HIVE-25224
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {code}
> drop table if exists t;
> drop table if exists t2;
> drop table if exists t3;
> create table t (a integer);
> create table t2 (a integer);
> create table t3 (a integer);
> alter table t set tblproperties ('bucketing_version'='1');
> explain from t3 insert into t select a insert into t2 select a;
> {code}
> results in
> {code}
> Error: Error while compiling statement: FAILED: RuntimeException Error 
> setting bucketingVersion for group: [[op: FS[2], bucketingVersion=1], [op: 
> FS[11], bucketingVersion=2]] (state=42000,code=40000)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to