Peter Rozsa created IMPALA-12606:
------------------------------------

             Summary: Sporadic failures around 
query_test.test_queries.TestQueries.test_intersect
                 Key: IMPALA-12606
                 URL: https://issues.apache.org/jira/browse/IMPALA-12606
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.4.0
            Reporter: Peter Rozsa
            Assignee: Zoltán Borók-Nagy


test_intersect fails with the following setup randomly through multiple 
executions:
{code:java}
set 
DEBUG_ACTION="BEFORE_CODEGEN_IN_ASYNC_CODEGEN_THREAD:JITTER@1000|AFTER_STARTING_ASYNC_CODEGEN_IN_FRAGMENT_THREAD:JITTER@1000"
 {code}
Failing query: 
{code:java}
select group_str, null_str from nullrows where bool_nulls = true intersect 
select group_str, null_str from nullrows where bool_nulls = false {code}
The bisecting points to 0e5374e080 which is IMPALA-12373.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to