Daniel Vanko has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22922
Change subject: IMPALA-13625: Allow reading Parquet int32/int64 as decimal without logical types ...................................................................... IMPALA-13625: Allow reading Parquet int32/int64 as decimal without logical types Modify ParquetMetadataUtils::ValidateColumn to allow reading int32 as decimal(9,0) and int64 as decimal(15,0). Change-Id: I56006eb3cca28c81ec8467d77b35005fbf669680 --- M be/src/exec/parquet/parquet-data-converter.h M be/src/exec/parquet/parquet-metadata-utils.cc 2 files changed, 44 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/22922/1 -- To view, visit http://gerrit.cloudera.org:8080/22922 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I56006eb3cca28c81ec8467d77b35005fbf669680 Gerrit-Change-Number: 22922 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Vanko <vankodanie...@gmail.com>