Files
impala/testdata/workloads/functional-query/queries/QueryTest
Qifan Chen d99caa1f3a 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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2021-06-23 00:20:31 +00:00
..
2021-02-15 22:25:41 +00:00