mirror of
https://github.com/apache/impala.git
synced 2026-02-03 00:00:40 -05:00
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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>