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/07/10 08:22:28 UTC

[hive] branch master updated: HIVE-23827: Upgrade to DataSketches 1.1.0 (#1233) (Zoltan Haindrich via Denys Kuzmenko)

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 ca892e0  HIVE-23827: Upgrade to DataSketches 1.1.0 (#1233) (Zoltan Haindrich via Denys Kuzmenko)
ca892e0 is described below

commit ca892e0e0841b7eaeb03797e2a920af68a15f1dc
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Fri Jul 10 10:22:20 2020 +0200

    HIVE-23827: Upgrade to DataSketches 1.1.0 (#1233) (Zoltan Haindrich via Denys Kuzmenko)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0513fe7..d709b94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
     <rs-api.version>2.0.1</rs-api.version>
     <json-path.version>2.4.0</json-path.version>
     <janino.version>3.0.11</janino.version>
-    <datasketches.version>1.0.0-incubating</datasketches.version>
+    <datasketches.version>1.1.0-incubating</datasketches.version>
     <spotbugs.version>4.0.3</spotbugs.version>
   </properties>