Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17701
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, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/17701/1 -- 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: newchange Gerrit-Change-Id: If84fe14740aea97461ebccedffa4c2ca393333d8 Gerrit-Change-Number: 17701 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
