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

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

                Author: ASF GitHub Bot
            Created on: 25/Feb/22 13:10
            Start Date: 25/Feb/22 13:10
    Worklog Time Spent: 10m 
      Work Description: kasakrisz merged pull request #3050:
URL: https://github.com/apache/hive/pull/3050


   


-- 
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: 733039)
    Time Spent: 20m  (was: 10m)

> Order of Lineage is flaky in qtest output
> -----------------------------------------
>
>                 Key: HIVE-25979
>                 URL: https://issues.apache.org/jira/browse/HIVE-25979
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When running
> {code:java}
> mvn test -Dtest=TestMiniLlapLocalCliDriver 
> -Dqfile=stats_part_multi_insert_acid.q -pl itests/qtest -Pitests
> {code}
> The lineage output of statement:
> {code:java}
> from source
> insert into stats_part select key, value, p
> insert into stats_part select key, value, p
> {code}
> is expected to be
> {code:java}
> POSTHOOK: Lineage: stats_part PARTITION(p=101).key SIMPLE 
> [(source)source.FieldSchema(name:key, type:int, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).key SIMPLE 
> [(source)source.FieldSchema(name:key, type:int, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).value SIMPLE 
> [(source)source.FieldSchema(name:value, type:string, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).value SIMPLE 
> [(source)source.FieldSchema(name:value, type:string, comment:null), ]
> {code}
> but sometimes it is
> {code:java}
> POSTHOOK: Lineage: stats_part PARTITION(p=101).key SIMPLE 
> [(source)source.FieldSchema(name:key, type:int, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).value SIMPLE 
> [(source)source.FieldSchema(name:value, type:string, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).key SIMPLE 
> [(source)source.FieldSchema(name:key, type:int, comment:null), ]
> POSTHOOK: Lineage: stats_part PARTITION(p=101).value SIMPLE 
> [(source)source.FieldSchema(name:value, type:string, comment:null), ]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to