This is an automated email from the ASF dual-hosted git repository.
zhangbutao 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 d73aef569f7 HIVE-28139: Upgrade to datasketches 1.2.0 (#5144)(Butao
Zhang, reviewed by okumin, Denys Kuzmenko)
d73aef569f7 is described below
commit d73aef569f72d2bd8ecbf8b708e3d55d59c6615d
Author: Butao Zhang <[email protected]>
AuthorDate: Mon Mar 25 09:19:58 2024 +0800
HIVE-28139: Upgrade to datasketches 1.2.0 (#5144)(Butao Zhang, reviewed by
okumin, Denys Kuzmenko)
---
pom.xml | 2 +-
standalone-metastore/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 974595a4272..462fcd864d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@
<rs-api.version>2.0.1</rs-api.version>
<json-path.version>2.9.0</json-path.version>
<janino.version>3.0.11</janino.version>
- <datasketches.version>1.1.0-incubating</datasketches.version>
+ <datasketches.version>1.2.0</datasketches.version>
<spotbugs.version>4.0.3</spotbugs.version>
<validation-api.version>1.1.0.Final</validation-api.version>
<aws-secretsmanager-caching.version>1.0.1</aws-secretsmanager-caching.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 12d2481a5c4..b124873b11b 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -62,7 +62,7 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-logging.version>1.1.3</commons-logging.version>
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
- <datasketches.version>1.1.0-incubating</datasketches.version>
+ <datasketches.version>1.2.0</datasketches.version>
<datanucleus-api-jdo.version>5.2.8</datanucleus-api-jdo.version>
<datanucleus-core.version>5.2.10</datanucleus-core.version>
<datanucleus-jdo.version>3.2.0-release</datanucleus-jdo.version>