You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2019/08/06 16:37:43 UTC

[Impala-ASF-CR] IMPALA-8771: Missing stats warning for complex type columns

Tim Armstrong has uploaded a new patch set (#8) to the change originally created by Tamas Mate. ( http://gerrit.cloudera.org:8080/13965 )

Change subject: IMPALA-8771: Missing stats warning for complex type columns
......................................................................

IMPALA-8771: Missing stats warning for complex type columns

An extra condition is added to the table stats checking, so that the
complex type columns are skipped and can not trigger missing stats
warning.

Change-Id: Ia1b5c14da0c7f6eab373d80b2dbf7c974b2eb567
---
M fe/src/main/java/org/apache/impala/planner/ScanNode.java
M testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test
A testdata/workloads/functional-query/queries/QueryTest/compute-stats-complextype-warning.test
M testdata/workloads/functional-query/queries/QueryTest/show-stats.test
M tests/metadata/test_compute_stats.py
5 files changed, 32 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/65/13965/8
-- 
To view, visit http://gerrit.cloudera.org:8080/13965
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia1b5c14da0c7f6eab373d80b2dbf7c974b2eb567
Gerrit-Change-Number: 13965
Gerrit-PatchSet: 8
Gerrit-Owner: Tamas Mate <tm...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Tamas Mate <tm...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>