Hello Andrew Sherman, Tamas Mate, Daniel Becker, lipeng...@sensorsdata.cn, 
Gergely Fürnstáhl, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18989

to look at the new patch set (#5).

Change subject: IMPALA-11582: Implement table sampling for Iceberg tables
......................................................................

IMPALA-11582: Implement table sampling for Iceberg tables

This patch adds table sampling functionalities for Iceberg tables.
>From now it's possible to execute SELECT and COMPUTE STATS statements
with table sampling.

Predicates in the WHERE clause affect the results of table sampling
similarly to how legacy tables work (sampling is applied after static
partition and file pruning).

Sampling is repeatable via the REPEATABLE clause.

Testing
 * planner tests
 * e2e tests for V1 and V2 tables

Change-Id: I5de151747c0e9d9379a4051252175fccf42efd7d
---
M fe/src/main/java/org/apache/impala/analysis/SelectStmt.java
M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java
M fe/src/main/java/org/apache/impala/planner/IcebergScanNode.java
M testdata/workloads/functional-planner/queries/PlannerTest/tablesample.test
A 
testdata/workloads/functional-query/queries/QueryTest/iceberg-tablesample-v2.test
A testdata/workloads/functional-query/queries/QueryTest/iceberg-tablesample.test
M tests/query_test/test_iceberg.py
7 files changed, 371 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/89/18989/5
--
To view, visit http://gerrit.cloudera.org:8080/18989
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5de151747c0e9d9379a4051252175fccf42efd7d
Gerrit-Change-Number: 18989
Gerrit-PatchSet: 5
Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com>
Gerrit-Reviewer: Andrew Sherman <asher...@cloudera.com>
Gerrit-Reviewer: Anonymous Coward <lipeng...@sensorsdata.cn>
Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com>
Gerrit-Reviewer: Gergely Fürnstáhl <gfurnst...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Tamas Mate <tma...@apache.org>
Gerrit-Reviewer: Zoltan Borok-Nagy <borokna...@cloudera.com>

Reply via email to