Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-13
Description
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.
Attachments
Issue Links
- fixes
-
IMPALA-11186 Assertion fails in TestShowCreateTable.test_show_create_table
- Resolved