You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Bikramjeet Vig (JIRA)" <ji...@apache.org> on 2018/11/14 21:50:00 UTC

[jira] [Created] (IMPALA-7852) test_hash_join_timer flakiness on s3 testing build

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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org