mirror of
https://github.com/apache/impala.git
synced 2026-02-01 21:00:29 -05:00
Insertion of invalid timestamps causes Impala to crash when it uses the INT64 Parquet timestamp types. This patch fixes the error by checking for null values in Int64TimestampColumnWriterBase::ConvertValue(). Testing: * added e2e tests Change-Id: I74fb754580663c99e1d8c3b73f8d62ea3305ac93 Reviewed-on: http://gerrit.cloudera.org:8080/16951 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>