This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 040d7894d2 [MINOR] Add Hadoop 3.4 profile (#11995)
040d7894d2 is described below
commit 040d7894d2ba0841f7ca66827e0885d48bd1f0f1
Author: Zouxxyy <[email protected]>
AuthorDate: Tue May 5 11:36:48 2026 +0800
[MINOR] Add Hadoop 3.4 profile (#11995)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 689ae67841..2a6d7ed75f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1423,6 +1423,12 @@
<hadoop.version>3.3.1</hadoop.version>
</properties>
</profile>
+ <profile>
+ <id>hadoop-3.4</id>
+ <properties>
+ <hadoop.version>3.4.1</hadoop.version>
+ </properties>
+ </profile>
<profile>
<id>dataproc-2.2</id>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]