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 7cdf362 Revert "HIVE-23689: Bump Tez version to 0.9.2 (#1108)" (#1148)
7cdf362 is described below
commit 7cdf362f9f1a53025b371a8d5122336ded71d692
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Fri Jun 19 08:59:30 2020 +0200
Revert "HIVE-23689: Bump Tez version to 0.9.2 (#1108)" (#1148)
This reverts commit 10c658419ba23dbfbf282b313dc668e48b1f1c77.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bb93b52..2a0c328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,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.2</tez.version>
+ <tez.version>0.9.1</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>