Bikramjeet Vig created IMPALA-7852:
--------------------------------------

             Summary: test_hash_join_timer flakiness on s3 testing build
                 Key: IMPALA-7852
                 URL: https://issues.apache.org/jira/browse/IMPALA-7852
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.2.0
            Reporter: Bikramjeet Vig


test_hash_join_timer failed whereas it passed a previous s3 build on the same 
githash,i.e., no new commits added between them

Test cases failing with 
{noformat}
query_test/test_hash_join_timer.py:143: in test_hash_join_timer
    strip1 = re.split("non-child: ", line)[1]
E   IndexError: list index out of range
{noformat}

Failing Queries:
{noformat}
select /*+straight_join*/ count(*) from (select distinct * from 
functional.alltypes where int_col >= sleep(5)) a join /* +SHUFFLE */ 
functional.alltypes b on (a.id=b.id);

select /*+straight_join*/ count(*) from functional.alltypes a join /* +SHUFFLE 
*/  (select distinct * from functional.alltypes where int_col >= sleep(5)) b on 
(a.id=b.id);

select /*+straight_join*/ count(*) from functional.alltypes a CROSS join  
(select distinct * from functional.alltypes where int_col >= sleep(5)) b where 
a.id>b.id and a.id=99;
{noformat}






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to