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 2019/03/14 06:56:10 UTC

[hive] 02/02: HIVE-21440: Fix test_teradatabinaryfile to not run into stackoverflows (Zoltan Haindrich reviewed by Sankar Hariappan)

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

commit a2892cda723580520450edc58c2ce8635e5666de
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Thu Mar 14 07:54:41 2019 +0100

    HIVE-21440: Fix test_teradatabinaryfile to not run into stackoverflows (Zoltan Haindrich reviewed by Sankar Hariappan)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d84b402..e58f925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
     <jodd.version>3.5.2</jodd.version>
     <json.version>1.8</json.version>
     <junit.version>4.11</junit.version>
-    <kryo.version>3.0.3</kryo.version>
+    <kryo.version>4.0.2</kryo.version>
     <libfb303.version>0.9.3</libfb303.version>
     <libthrift.version>0.9.3</libthrift.version>
     <log4j2.version>2.10.0</log4j2.version>