This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new e04f07d9c855 [MINOR] Reword the hive.libthrift.version comment in the
root pom (#19704)
e04f07d9c855 is described below
commit e04f07d9c8552de3ef170ea8b60f5867db672361
Author: voonhous <[email protected]>
AuthorDate: Sat Aug 22 11:12:15 2026 +0800
[MINOR] Reword the hive.libthrift.version comment in the root pom (#19704)
The sentence about the spark4 override read as broken. Reword it and
name the version those profiles set, no build change.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 64072dbd20af..52bc1149fd9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,9 +130,9 @@
<hive.version>2.3.10</hive.version>
<!-- The thrift artifacts the Hive client jars above are compiled against
(Hive 2.3.10
bumped libthrift for CVE-2020-13949); keep in lockstep with
hive.version. The spark4
- profiles override hive.libthrift.version to the libthrift Spark 4.x
itself ships with
- the same Hive 2.3.10 client, so the pin never downgrades the
Spark-selected version.
- See #19680. -->
+ profiles override this to the libthrift version Spark 4.x ships
(0.16.0), which pairs
+ with the same Hive 2.3.10 client, so the pin never downgrades the
Spark-selected
+ version. See #19680. -->
<hive.libthrift.version>0.14.1</hive.libthrift.version>
<hive.libfb303.version>0.9.3</hive.libfb303.version>
<hive.parquet.version>1.10.1</hive.parquet.version>