You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2023/04/20 23:29:47 UTC

[iceberg] branch master updated: Build: Bump Hive to 2.3.9 (#7374)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d04efee702 Build: Bump Hive to 2.3.9 (#7374)
d04efee702 is described below

commit d04efee702fcdcdbe3659c12f7442f5000aa246a
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri Apr 21 01:29:40 2023 +0200

    Build: Bump Hive to 2.3.9 (#7374)
    
    Some small bug fixes, but also removes the `commons-httpclient` dependency, which is nice.
    
    https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350009&styleName=Text&projectId=12310843
---
 versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.props b/versions.props
index 08551b27f1..418efd6771 100644
--- a/versions.props
+++ b/versions.props
@@ -2,7 +2,7 @@ org.slf4j:* = 1.7.36
 org.apache.avro:avro = 1.11.1
 org.apache.calcite:* = 1.10.0
 org.apache.hadoop:* = 2.7.3
-org.apache.hive:* = 2.3.8
+org.apache.hive:* = 2.3.9
 org.apache.httpcomponents.client5:* = 5.2.1
 org.apache.orc:* = 1.8.3
 org.apache.parquet:* = 1.12.3