You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (Jira)" <ji...@apache.org> on 2020/04/04 19:07:00 UTC

[jira] [Updated] (HIVE-20728) Enable flaky test back: stat_estimate_related_col.q

     [ https://issues.apache.org/jira/browse/HIVE-20728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich updated HIVE-20728:
------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

pushed to master. Thank you Jesus for reviewing the changes!

> Enable flaky test back: stat_estimate_related_col.q
> ---------------------------------------------------
>
>                 Key: HIVE-20728
>                 URL: https://issues.apache.org/jira/browse/HIVE-20728
>             Project: Hive
>          Issue Type: Bug
>          Components: Test
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Zoltan Haindrich
>            Priority: Major
>             Fix For: 4.0.0
>
>         Attachments: HIVE-20728.01.patch
>
>
> Seems like sometimes the actually read rows by the operator is not 1 ; but 64...
> {code}
> Client Execution succeeded but contained differences (error code = 1) after executing stat_estimate_related_col.q 
> 491c491
> <             Statistics: Num rows: 1/64 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
> ---
> >             Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
> 505c505
> <               Statistics: Num rows: 1/64 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
> ---
> >               Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
> {code}



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