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 2021/11/18 16:21:32 UTC

[hive] branch master updated: HIVE-25702: Upgrade Iceberg dependency to 0.12.1 (Adam Szita, reviewed by Marton Bod)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 450a348  HIVE-25702: Upgrade Iceberg dependency to 0.12.1 (Adam Szita, reviewed by Marton Bod)
450a348 is described below

commit 450a348bb9b3f3ceafad8039126d78e6c3bdf154
Author: Adam Szita <40...@users.noreply.github.com>
AuthorDate: Thu Nov 18 17:21:16 2021 +0100

    HIVE-25702: Upgrade Iceberg dependency to 0.12.1 (Adam Szita, reviewed by Marton Bod)
---
 iceberg/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iceberg/pom.xml b/iceberg/pom.xml
index 547baaf..216b72c 100644
--- a/iceberg/pom.xml
+++ b/iceberg/pom.xml
@@ -29,7 +29,7 @@
     <properties>
         <hive.path.to.root>..</hive.path.to.root>
         <path.to.iceberg.root>.</path.to.iceberg.root>
-        <iceberg.version>0.12.0</iceberg.version>
+        <iceberg.version>0.12.1</iceberg.version>
         <kryo-shaded.version>4.0.2</kryo-shaded.version>
         <iceberg.mockito-core.version>3.4.4</iceberg.mockito-core.version>
         <iceberg.avro.version>1.9.2</iceberg.avro.version>