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 "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2020/07/22 18:37:00 UTC

[jira] [Updated] (IMPALA-9992) test_scanner_position seems flaky

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

Fang-Yu Rao updated IMPALA-9992:
--------------------------------
    Description: 
[test_scanner_position|https://github.com/apache/impala/blob/master/tests/query_test/test_nested_types.py#L72-L76] failed in a recent build when executing the following query at [https://github.com/apache/impala/blob/master/testdata/workloads/functional-query/queries/QueryTest/nested-types-scanner-position.test#L646-L666]
{code:java}
select pos, item, count(*)
from complextypestbl_medium.int_array
group by 1, 2
{code}
The error message is as follows.
{code:java}
ERROR:test_configuration:Comparing QueryTestResults (expected vs actual):
0,-1,7300 != 0,-1,9856
0,1,7300 != 0,1,9524
0,NULL,7300 != 0,NULL,9700
1,1,7300 != 1,1,9700
1,2,7300 != 1,2,9524
2,2,7300 != 2,2,9700
2,3,7300 != 2,3,9524
3,NULL,7300 != 3,NULL,9700
4,3,7300 != 4,3,9700
5,NULL,7300 != 5,NULL,9700
{code}
Maybe [~tarmstrong], [~bikram], and [~csringhofer] could offer some insight into the issue since you were working on/reviewing the corresponding patch. Assign the JIRA to [~tarmstrong] for now but please feel free to assign to other as you find appropriate. Thanks!

  was:
[test_scanner_position|https://github.com/apache/impala/blob/master/tests/query_test/test_nested_types.py#L72-L76] failed in a recent S3 build when executing the following query at https://github.com/apache/impala/blob/master/testdata/workloads/functional-query/queries/QueryTest/nested-types-scanner-position.test#L646-L666
{code:java}
select pos, item, count(*)
from complextypestbl_medium.int_array
group by 1, 2
{code}

The error message is as follows.
{code:java}
ERROR:test_configuration:Comparing QueryTestResults (expected vs actual):
0,-1,7300 != 0,-1,9856
0,1,7300 != 0,1,9524
0,NULL,7300 != 0,NULL,9700
1,1,7300 != 1,1,9700
1,2,7300 != 1,2,9524
2,2,7300 != 2,2,9700
2,3,7300 != 2,3,9524
3,NULL,7300 != 3,NULL,9700
4,3,7300 != 4,3,9700
5,NULL,7300 != 5,NULL,9700
{code}

Maybe [~tarmstrong], [~bikram], and [~csringhofer] could offer some insight into the issue since you were working on/reviewing the corresponding patch. Assign the JIRA to [~tarmstrong] for now but please feel free to assign to other as you find appropriate. Thanks!



> test_scanner_position seems flaky
> ---------------------------------
>
>                 Key: IMPALA-9992
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9992
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend, Frontend
>            Reporter: Fang-Yu Rao
>            Assignee: Tim Armstrong
>            Priority: Critical
>              Labels: broken-build, flaky
>
> [test_scanner_position|https://github.com/apache/impala/blob/master/tests/query_test/test_nested_types.py#L72-L76] failed in a recent build when executing the following query at [https://github.com/apache/impala/blob/master/testdata/workloads/functional-query/queries/QueryTest/nested-types-scanner-position.test#L646-L666]
> {code:java}
> select pos, item, count(*)
> from complextypestbl_medium.int_array
> group by 1, 2
> {code}
> The error message is as follows.
> {code:java}
> ERROR:test_configuration:Comparing QueryTestResults (expected vs actual):
> 0,-1,7300 != 0,-1,9856
> 0,1,7300 != 0,1,9524
> 0,NULL,7300 != 0,NULL,9700
> 1,1,7300 != 1,1,9700
> 1,2,7300 != 1,2,9524
> 2,2,7300 != 2,2,9700
> 2,3,7300 != 2,3,9524
> 3,NULL,7300 != 3,NULL,9700
> 4,3,7300 != 4,3,9700
> 5,NULL,7300 != 5,NULL,9700
> {code}
> Maybe [~tarmstrong], [~bikram], and [~csringhofer] could offer some insight into the issue since you were working on/reviewing the corresponding patch. Assign the JIRA to [~tarmstrong] for now but please feel free to assign to other as you find appropriate. Thanks!



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org