Peter Rozsa created IMPALA-12404:
------------------------------------

             Summary: Insert fails on timestamp-partitioned Iceberg table
                 Key: IMPALA-12404
                 URL: https://issues.apache.org/jira/browse/IMPALA-12404
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
    Affects Versions: Impala 4.2.0
            Reporter: Peter Rozsa


Impala can't insert into Iceberg tables where partitioning contains a timestamp 
column.

Insert statement fails with the following error:
{code:java}
ERROR: UnsupportedOperationException: Unsupported type for fromPartitionString: 
timestamp {code}
The exception is thrown in the Iceberg API, when catalog tries to load the 
partition data from a datafile: org/apache/impala/util/IcebergUtil.java:715



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to