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 2020/11/23 13:30:38 UTC

[Impala-ASF-CR] IMPALA-10334: test stats extrapolation output doesn't match on erasure coding build

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

Change subject: IMPALA-10334: test_stats_extrapolation output doesn't match on erasure coding build
......................................................................

IMPALA-10334: test_stats_extrapolation output doesn't match on erasure coding build

This patch skips test_stats_extrapolation for erasure code builds. The
reason is that an extra erasure code information line can be included
in the scan explain section when a hdfs table is erasure coded. This
makes the explain output different between a normal build and an
erasure code build. A new reason 'contain_full_explain' is added to
SkipIfEC to facilitate this.

Testing:
  Ran erasure coding version of the EE and CLUSTER tests.
  Ran core tests

Change-Id: I16c11aa0a1ec2d4569c272d2454915041039f950
---
M tests/common/skip.py
M tests/metadata/test_stats_extrapolation.py
2 files changed, 4 insertions(+), 0 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I16c11aa0a1ec2d4569c272d2454915041039f950
Gerrit-Change-Number: 16756
Gerrit-PatchSet: 3
Gerrit-Owner: Qifan Chen <qc...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <cs...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Qifan Chen <qc...@cloudera.com>