This is an automated email from the ASF dual-hosted git repository.
ayushsaxena 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 57e686e9d67 HIVE-28052: Iceberg: Major QB Compaction fails with
ClassNotFoundException: org.springframework.core.ErrorCoded (#5061). (Ayush
Saxena, reviewed by Butao Zhang, Attila Turoczy)
57e686e9d67 is described below
commit 57e686e9d67809ea6ef77f7e1109cc1c08fc656b
Author: Ayush Saxena <[email protected]>
AuthorDate: Wed Feb 7 10:42:59 2024 +0530
HIVE-28052: Iceberg: Major QB Compaction fails with ClassNotFoundException:
org.springframework.core.ErrorCoded (#5061). (Ayush Saxena, reviewed by Butao
Zhang, Attila Turoczy)
---
pom.xml | 3 ++-
ql/pom.xml | 2 +-
standalone-metastore/pom.xml | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1317235e40c..82a9f753d37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,8 @@
<aws-secretsmanager-caching.version>1.0.1</aws-secretsmanager-caching.version>
<aws-java-sdk.version>1.12.499</aws-java-sdk.version>
<jansi.version>2.4.0</jansi.version>
- <spring.version>5.2.24.RELEASE</spring.version>
+ <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in
some springframework dependencies transitively -->
+ <spring.version>5.3.21</spring.version>
</properties>
<repositories>
<!-- This needs to be removed before checking in-->
diff --git a/ql/pom.xml b/ql/pom.xml
index 30bd3e31035..ec43088346b 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -26,7 +26,7 @@
<properties>
<hive.path.to.root>..</hive.path.to.root>
<reflections.version>0.10.2</reflections.version>
- <atlas.version>2.1.0</atlas.version>
+ <atlas.version>2.3.0</atlas.version>
</properties>
<dependencies>
<!-- dependencies are always listed in sorted order by groupId, artifactId
-->
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index caba6ea7f23..9e9e47197fc 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -110,7 +110,8 @@
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
- <spring.version>5.2.24.RELEASE</spring.version>
+ <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in
some springframework dependencies transitively -->
+ <spring.version>5.3.21</spring.version>
<!-- Thrift properties -->
<thrift.home>you-must-set-this-to-run-thrift</thrift.home>
<thrift.gen.dir>${basedir}/src/gen/thrift</thrift.gen.dir>