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/29 08:14:00 UTC

[jira] [Issue Comment Deleted] (HIVE-23317) partition_wise_fileformatXX tests are flapping

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

Zoltan Haindrich updated HIVE-23317:
------------------------------------
    Comment: was deleted

(was: from a local run of multi_insert_partitioned.q which also started failing along with the parition_wise stuff:

there seems to be a serious issue:
{code}
 POSTHOOK: query: select key, key2, p from multi_partitioned order by key, key2, p
[...]
 #### A masked pattern was here ####
 0      456     1
 0      456     1
 10     456     1
 10     456     1
-97     455     1
-97     455     1
-98     455     1
-98     455     1
 100    457     1
 100    457     1
 103    457     1
 103    457     1
 455    97      2
 455    97      2
 455    97      455
 455    98      2
 455    98      2
 455    98      455
 456    0       2
 456    0       2
 456    0       456
 456    10      2
 456    10      2
 456    10      456
 457    100     2
 457    100     2
 457    100     457
 457    103     2
 457    103     2
 457    103     457
+97     455     1
+97     455     1
+98     455     1
+98     455     1
 PREHOOK: query: desc formatted multi_partitioned
[...]
 POSTHOOK: Input: default@multi_partitioned
 # col_name             data_type               comment             
 key                    int                                         
 key2                   int                                         
                 
 # Partition Information                 
{code}

it seems 97 is now greater than 457 ; even thru it's an integer column
)

> partition_wise_fileformatXX tests are flapping
> ----------------------------------------------
>
>                 Key: HIVE-23317
>                 URL: https://issues.apache.org/jira/browse/HIVE-23317
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Priority: Major
>         Attachments: HIVE-23317.01.patch
>
>
> I've just saw that we seem to have some new flaky tests...these "partition_wise_fileformatXX" tests started failing 
> in the recent builds going back from https://builds.apache.org/job/PreCommit-HIVE-Build/22006/
> in almost all of them there were at least one partition_wise_fileformatXX test failing...
> (I've gone back ~5 builds)



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