You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Qifan Chen (Jira)" <ji...@apache.org> on 2022/10/12 20:51:00 UTC

[jira] [Resolved] (IMPALA-10715) test_decimal_min_max_filters failed in exhaustive run

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

Qifan Chen resolved IMPALA-10715.
---------------------------------
    Resolution: Fixed

Disabled the bloom filters for the entire decimal min/max filter tests. The tests are looking for the impact of min/max filters which should not be interfered by the blooms. 

> test_decimal_min_max_filters failed in exhaustive run
> -----------------------------------------------------
>
>                 Key: IMPALA-10715
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10715
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Qifan Chen
>            Priority: Major
>              Labels: broken-build
>
> test_decimal_min_max_filters failed in exhaustive run
> *Stack Trace*
> {noformat}
> query_test/test_runtime_filters.py:223: in test_decimal_min_max_filters
>     test_file_vars={'$RUNTIME_FILTER_WAIT_TIME_MS': str(WAIT_TIME_MS)})
> common/impala_test_suite.py:775: in run_test_case
>     update_section=pytest.config.option.update_results)
> common/test_result_verifier.py:653: in verify_runtime_profile
>     % (function, field, expected_value, actual_value, op, actual))
> E   AssertionError: Aggregation of SUM over ProbeRows did not match expected results.
> E   EXPECTED VALUE:
> E   102
> E   
> E   
> E   ACTUAL VALUE:
> E   38
> {noformat}



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