[
https://issues.apache.org/jira/browse/IMPALA-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367853#comment-17367853
]
ASF subversion and git services commented on IMPALA-10754:
----------------------------------------------------------
Commit d99caa1f3a049fc5e20855f8e8bf846fd81f65c5 in impala's branch
refs/heads/master from Qifan Chen
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=d99caa1 ]
IMPALA-10754: test_overlap_min_max_filters_on_sorted_columns failed during GVO
This patch addresses the following failure in ubuntu 16.04 dockerised
test:
select straight_join count(a.timestamp_col) from
alltypes_timestamp_col_only a join [SHUFFLE] alltypes_limited b
where a.timestamp_col = b.timestamp_col and b.tinyint_col = 4
aggregation(SUM, NumRuntimeFilteredPages): 58
EXPECTED VALUE:
58
ACTUAL VALUE:
59
OP:
:
In the patch, the result expectation is altered from "==58" to ">57".
Testing:
1). Ran test_overlap_min_max_filters_on_sorted_columns multiple
times under regular and local catalog mode.
Change-Id: I4f9eb198dc4e4b0ad1a17696a1d74ff05ac0a436
Reviewed-on: http://gerrit.cloudera.org:8080/17618
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> test_overlap_min_max_filters_on_sorted_columns failed during GVO
> ----------------------------------------------------------------
>
> Key: IMPALA-10754
> URL: https://issues.apache.org/jira/browse/IMPALA-10754
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: Zoltán Borók-Nagy
> Assignee: Qifan Chen
> Priority: Major
> Labels: broken-build
>
> test_overlap_min_max_filters_on_sorted_columns failed in the following build:
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/4338/testReport/
> *Stack trace:*
> {noformat}
> query_test/test_runtime_filters.py:296: in
> test_overlap_min_max_filters_on_sorted_columns
> test_file_vars={'$RUNTIME_FILTER_WAIT_TIME_MS': str(WAIT_TIME_MS)})
> common/impala_test_suite.py:734: 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 NumRuntimeFilteredPages did not
> match expected results.
> E EXPECTED VALUE:
> E 58
> E
> E
> E ACTUAL VALUE:
> E 59
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]