You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/06/17 12:43:12 UTC

[hive] branch master updated: HIVE-23689: Bump Tez version to 0.9.2 (#1108)

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

kgyrtkirk 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 10c6584  HIVE-23689: Bump Tez version to 0.9.2 (#1108)
10c6584 is described below

commit 10c658419ba23dbfbf282b313dc668e48b1f1c77
Author: Jagat Singh <ja...@gmail.com>
AuthorDate: Wed Jun 17 22:42:55 2020 +1000

    HIVE-23689: Bump Tez version to 0.9.2 (#1108)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6a5417..062ffe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <slf4j.version>1.7.30</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
     <storage-api.version>2.7.0-SNAPSHOT</storage-api.version>
-    <tez.version>0.9.1</tez.version>
+    <tez.version>0.9.2</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>2.4.5</spark.version>
     <scala.binary.version>2.12</scala.binary.version>