You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sz...@apache.org on 2022/02/03 13:31:22 UTC

[hive] branch master updated (46c010a -> 83883b5)

This is an automated email from the ASF dual-hosted git repository.

szita pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 46c010a  HIVE-25920: Bump Xerce2 to 2.12.2. (#2992). (Takanobu Asanuma, reviewed by Ayush Saxena)
     add 83883b5  HIVE-25922: Upgrade Iceberg dependency to 0.13.0 (#2994) (Adam Szita, reviewed by Marton Bod)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/hive/TestClientPoolImpl.java    |   4 +-
 .../org/apache/iceberg/hive/TestHiveCommits.java   |   7 +-
 .../apache/iceberg/hive/TestHiveSchemaUtil.java    |  70 +++---
 iceberg/iceberg-handler/pom.xml                    |   6 +
 .../java/org/apache/iceberg/data/FileHelpers.java  |   5 +-
 .../iceberg/mr/hive/TestHiveIcebergTimeTravel.java |   4 +-
 .../apache/iceberg/mr/hive/TestHiveIcebergV2.java  |  15 +-
 .../describe_iceberg_metadata_tables.q.out         |  18 +-
 ...y_iceberg_metadata_of_unpartitioned_table.q.out | Bin 29566 -> 29934 bytes
 iceberg/patched-iceberg-core/pom.xml               |  10 +-
 .../main/java/org/apache/iceberg/CatalogUtil.java  | 276 ---------------------
 .../main/java/org/apache/iceberg/ClientPool.java   |  30 ---
 .../java/org/apache/iceberg/ClientPoolImpl.java    | 150 -----------
 .../org/apache/iceberg/jdbc/JdbcClientPool.java    |  71 ------
 .../java/org/apache/iceberg/jdbc/JdbcUtil.java     | 102 --------
 iceberg/pom.xml                                    |   2 +-
 16 files changed, 82 insertions(+), 688 deletions(-)
 delete mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/CatalogUtil.java
 delete mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/ClientPool.java
 delete mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/ClientPoolImpl.java
 delete mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/jdbc/JdbcClientPool.java
 delete mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java