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 "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/05 02:02:00 UTC

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

    [ https://issues.apache.org/jira/browse/IMPALA-11106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487399#comment-17487399 ] 

ASF subversion and git services commented on IMPALA-11106:
----------------------------------------------------------

Commit 6143aac691b8b24f2c77a394fe01f5991540b543 in impala's branch refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=6143aac ]

IMPALA-11106: Make Impala compatible with Iceberg 0.13

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.

Testing:
* built Impala with Iceberg 0.13.0 and executed Iceberg-related tests

Change-Id: I7a95483ea3ce15af9a344f9da3b7bfb7dea8a10a
Reviewed-on: http://gerrit.cloudera.org:8080/18196
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> 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
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg
>
> 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)

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