This is an automated email from the ASF dual-hosted git repository.
boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 296e94411 IMPALA-11599/IMPALA-11605: GCC 10: Fix gdb and change to
flatbuffers 1.9
new aaf6fdc64 IMPALA-11508: Deflake test_expire_snapshots
new b91aa0653 IMPALA-11582: Implement table sampling for Iceberg tables
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/impala/analysis/SelectStmt.java | 2 +
.../org/apache/impala/planner/HdfsScanNode.java | 15 ++-
.../org/apache/impala/planner/IcebergScanNode.java | 53 ++++++++
.../apache/impala/service/CatalogOpExecutor.java | 2 +-
.../impala/service/IcebergCatalogOpExecutor.java | 4 +-
.../queries/PlannerTest/tablesample.test | 150 ++++++++++++++++++++-
.../queries/QueryTest/iceberg-tablesample-v2.test | 105 +++++++++++++++
.../queries/QueryTest/iceberg-tablesample.test | 43 ++++++
tests/query_test/test_iceberg.py | 10 ++
9 files changed, 374 insertions(+), 10 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-tablesample-v2.test
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-tablesample.test