You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Qifan Chen (Code Review)" <ge...@cloudera.org> on 2021/07/05 15:56:38 UTC

[Impala-ASF-CR] IMPALA-10763: Min/max filters should be enabled on Z-order sorted columns

Qifan Chen has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/17635 )

Change subject: IMPALA-10763: Min/max filters should be enabled on Z-order sorted columns
......................................................................

IMPALA-10763: Min/max filters should be enabled on Z-order sorted columns

This patch enables min/max filtering on Z-order sorted by columns by
default.

Since the column stats for a row group or a page is computed from the
column valuess stored in the row group or the page, the current
infrastructure for min/max filtering works for the Z-order out of box.
The fact that these column valuess are ordered by Z-order is
orthogonal to the work of min/max filtering.

Testing [TBD]
  1. New z-order related sort column tests in
     overlap_min_max_filters_on_sorted_columns.test;
  2. core-test

Change-Id: I2a528ffbd0e333721ef38b4be7d4ddcdbf188adf
---
M fe/src/main/java/org/apache/impala/catalog/FeFsTable.java
M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java
M testdata/workloads/functional-query/queries/QueryTest/overlap_min_max_filters_on_sorted_columns.test
3 files changed, 116 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/35/17635/3
-- 
To view, visit http://gerrit.cloudera.org:8080/17635
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2a528ffbd0e333721ef38b4be7d4ddcdbf188adf
Gerrit-Change-Number: 17635
Gerrit-PatchSet: 3
Gerrit-Owner: Qifan Chen <qc...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Qifan Chen <qc...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <hu...@gmail.com>