You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/02/03 17:49:00 UTC

[jira] [Created] (IMPALA-11106) Make Impala compatible with Iceberg 0.13

Zoltán Borók-Nagy created IMPALA-11106:
------------------------------------------

             Summary: Make Impala compatible with Iceberg 0.13
                 Key: IMPALA-11106
                 URL: https://issues.apache.org/jira/browse/IMPALA-11106
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Zoltán Borók-Nagy


Currently we are using deprecated methods from Iceberg API which won't be in 0.13. We need to switch to the newer methods.

* PartitionSpecVisitor.visit
* HiveCatalog constructor

We are also using SnapshotUtil from the Iceberg Core package. One of its methods has changed semantically. We shouldn't depend on packages outside of Iceberg API as they are treated as internal modules.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)