Noemi Pap-Takacs created IMPALA-12742:
-----------------------------------------
Summary: DELETE/UPDATE Iceberg table partitioned by DATE gives
incorrect value
Key: IMPALA-12742
URL: https://issues.apache.org/jira/browse/IMPALA-12742
Project: IMPALA
Issue Type: Bug
Components: Backend, Catalog
Reporter: Noemi Pap-Takacs
Iceberg tables can be identity partitioned by any type, e.g. int, date and even
float.
If a table is partitioned, the file path contains the partition value in human
readable form. When an UPDATE or DELETE command is executed, the delete file
contains the file path to the referenced data file. It seems that DATE type is
converted to this form incorrectly, and cannot be parsed by the Catalog and
throws an error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)