Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19132 )
Change subject: IMPALA-10715: test decimal min max filters failed in exhaustive run ...................................................................... IMPALA-10715: test decimal min max filters failed in exhaustive run This patch enables only the min/max filters in decimal min/max filter test so that some of the non-qualifying rows can be returned from the kudu scanners. Previously, the tests allows bloom filters to filter out rows at the kudu scanner level which prevents non-qualfying rows to arrive at the hash join node. Such non-qualifying rows are required by the test. With the patch, the test passes in the exhaustive mode. The patch also refactors the above logic for the entire TestMinMaxFilters test so that each test case in it will only get the min/max filter. Testing: - Unit test - Core test Change-Id: I20da28f780a27c6fdd917116e7c14d46d2a5db0f Reviewed-on: http://gerrit.cloudera.org:8080/19132 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_runtime_filters.py 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19132 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I20da28f780a27c6fdd917116e7c14d46d2a5db0f Gerrit-Change-Number: 19132 Gerrit-PatchSet: 5 Gerrit-Owner: Qifan Chen <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Qifan Chen <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
