This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/branch-0.x by this push:
new 813525d83cd [HUDI-7794] Bump org.apache.hive:hive-service from 2.3.1
to 2.3.4 (#11298)
813525d83cd is described below
commit 813525d83cd29d76e94ee1886dc0762f13e86164
Author: Y Ethan Guo <[email protected]>
AuthorDate: Sat May 25 00:42:15 2024 -0700
[HUDI-7794] Bump org.apache.hive:hive-service from 2.3.1 to 2.3.4 (#11298)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
packaging/hudi-flink-bundle/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml
b/packaging/hudi-flink-bundle/pom.xml
index 71d5abc7008..b0368adb0e2 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -37,7 +37,7 @@
<javax.servlet.version>3.1.0</javax.servlet.version>
<!-- override to be same with flink 1.15.x -->
<parquet.version>${flink.format.parquet.version}</parquet.version>
- <hive.version>2.3.1</hive.version>
+ <hive.version>2.3.4</hive.version>
<thrift.version>0.9.3</thrift.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 4c9a58badfc..5fcf4c8fcb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<joda.version>2.9.9</joda.version>
<hadoop.version>2.10.2</hadoop.version>
<hive.groupid>org.apache.hive</hive.groupid>
- <hive.version>2.3.1</hive.version>
+ <hive.version>2.3.4</hive.version>
<hive.parquet.version>1.10.1</hive.parquet.version>
<hive.avro.version>1.8.2</hive.avro.version>
<presto.version>0.273</presto.version>