mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
When Impala created the metadata objects about the Iceberg data files it tried to convert the partition values to strings. But the partition values can be NULLs as well. The code didn't expect this, so we got a NullPointerException. With this patch we pass the table's null partition key value in case of NULLs. Testing: * added e2e tests Change-Id: I88c4f7a2c2db4f6390c8ee5c08baddc96b04602e Reviewed-on: http://gerrit.cloudera.org:8080/18307 Reviewed-by: Tamas Mate <tmater@apache.org> Reviewed-by: Gabor Kaszab <gaborkaszab@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>