You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Noemi Pap-Takacs (Jira)" <ji...@apache.org> on 2024/01/22 14:57:00 UTC

[jira] [Created] (IMPALA-12742) DELETE/UPDATE Iceberg table partitioned by DATE gives incorrect value

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org