You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/04 02:49:24 UTC

[orc] branch branch-1.6 updated: ORC-906: Move to storage-api 2.7.3. (#812)

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

dongjoon pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 6a3af81  ORC-906: Move to storage-api 2.7.3. (#812)
6a3af81 is described below

commit 6a3af81e77d9f3f52362eed8394eb1109a05accf
Author: Owen O'Malley <oo...@linkedin.com>
AuthorDate: Wed Aug 4 02:49:18 2021 +0000

    ORC-906: Move to storage-api 2.7.3. (#812)
    
    This is to get HIVE-25400 & HIVE-25190 fixed.
    
    Signed-off-by: Owen O'Malley <oo...@linkedin.com>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 14fd800..d60b539 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -70,7 +70,7 @@
 
     <min.hadoop.version>2.2.0</min.hadoop.version>
     <hadoop.version>2.7.3</hadoop.version>
-    <storage-api.version>2.7.1</storage-api.version>
+    <storage-api.version>2.7.3</storage-api.version>
     <zookeeper.version>3.4.6</zookeeper.version>
     <maven.version>3.6.3</maven.version>
     <protoc.artifact>com.google.protobuf:protoc:2.5.0</protoc.artifact>