Qifan Chen has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17618


Change subject: IMPALA-10754: test_overlap_min_max_filters_on_sorted_columns 
failed during GVO
......................................................................

IMPALA-10754: test_overlap_min_max_filters_on_sorted_columns failed during GVO

This patch addresses the following failure in ubuntu 16.04 dockerised tests:

  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
---
M 
testdata/workloads/functional-query/queries/QueryTest/overlap_min_max_filters_on_sorted_columns.test
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/17618/1
--
To view, visit http://gerrit.cloudera.org:8080/17618
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f9eb198dc4e4b0ad1a17696a1d74ff05ac0a436
Gerrit-Change-Number: 17618
Gerrit-PatchSet: 1
Gerrit-Owner: Qifan Chen <[email protected]>

Reply via email to