Hello Impala Public Jenkins,

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

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

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

Change subject: IMPALA-10808: Fix crash on illegal decimal precision in parquet 
file schema
......................................................................

IMPALA-10808: Fix crash on illegal decimal precision in parquet file schema

In IMPALA-8131, we allow parquet file schema to have decimal precision
lower than the one in table schema. However, we should check illegal
precisions like 0 or negative values. They will hit a DCHECK in
ColumnType::GetDecimalByteSize(int).

Change-Id: If84fe14740aea97461ebccedffa4c2ca393333d8
---
M be/src/exec/parquet/parquet-metadata-utils.cc
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/17701/2
--
To view, visit http://gerrit.cloudera.org:8080/17701
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If84fe14740aea97461ebccedffa4c2ca393333d8
Gerrit-Change-Number: 17701
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to