This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 36a99220ce [KYUUBI #6917] Bump Hudi 1.0.1
36a99220ce is described below
commit 36a99220cebceeada72c3a11a39a993daa216f0a
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Feb 14 10:25:19 2025 +0800
[KYUUBI #6917] Bump Hudi 1.0.1
### Why are the changes needed?
https://hudi.apache.org/releases/release-1.0.1
### How was this patch tested?
Pass GHA
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #6917 from pan3793/hudi-1.0.1.
Closes #6917
b25414bd3 [Cheng Pan] Bump Hudi 1.0.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 81742586e80e42fa17033769d748f7e2afd24575)
Signed-off-by: Cheng Pan <[email protected]>
---
docs/connector/flink/hudi.rst | 2 +-
docs/connector/spark/hudi.rst | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/connector/flink/hudi.rst b/docs/connector/flink/hudi.rst
index 39abee234c..4d766eb2ef 100644
--- a/docs/connector/flink/hudi.rst
+++ b/docs/connector/flink/hudi.rst
@@ -44,7 +44,7 @@ The **classpath** of kyuubi flink sql engine with Hudi
supported consists of
1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed
with a Kyuubi distribution
2. a copy of flink distribution
-3. hudi-flink<flink.version>-bundle-<hudi.version>.jar (example:
hudi-flink1.18-bundle-0.15.0.jar), which can be found in the `Maven Central`_
+3. hudi-flink<flink.version>-bundle-<hudi.version>.jar (example:
hudi-flink1.18-bundle-1.0.1.jar), which can be found in the `Maven Central`_
In order to make the Hudi packages visible for the runtime classpath of
engines, we can use one of these methods:
diff --git a/docs/connector/spark/hudi.rst b/docs/connector/spark/hudi.rst
index 0222c959f9..f9dc3f18f1 100644
--- a/docs/connector/spark/hudi.rst
+++ b/docs/connector/spark/hudi.rst
@@ -45,7 +45,7 @@ The **classpath** of Kyuubi Spark SQL engine with Hudi
supported consists of
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed
with a Kyuubi distribution
2. a copy of Spark distribution
-3. hudi-spark<spark.version>-bundle_<scala.version>-<hudi.version>.jar
(example: hudi-spark3.5-bundle_2.12:0.15.0.jar), which can be found in the
`Maven Central`_
+3. hudi-spark<spark.version>-bundle_<scala.version>-<hudi.version>.jar
(example: hudi-spark3.5-bundle_2.12:1.0.1.jar), which can be found in the
`Maven Central`_
In order to make the Hudi packages visible for the runtime classpath of
engines, we can use one of these methods:
diff --git a/pom.xml b/pom.xml
index 9a01c910fe..005e7125ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<hive.archive.download.skip>false</hive.archive.download.skip>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
- <hudi.version>0.15.0</hudi.version>
+ <hudi.version>1.0.1</hudi.version>
<hudi.artifact>hudi-spark${spark.binary.version}-bundle_${scala.binary.version}</hudi.artifact>
<iceberg.version>1.6.1</iceberg.version>
<iceberg.artifact>iceberg-spark-runtime-${spark.binary.version}_${scala.binary.version}</iceberg.artifact>