This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 4f6d690e6 [VL] Keep gluten fat jar built out previously for other
Spark versions (#5905)
4f6d690e6 is described below
commit 4f6d690e6513804691a6ef12593420f6c7946445
Author: PHILO-HE <[email protected]>
AuthorDate: Wed May 29 13:12:17 2024 +0800
[VL] Keep gluten fat jar built out previously for other Spark versions
(#5905)
this patch can fixes the build packages behavior for all Spark version in a
single run
---
package/pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/pom.xml b/package/pom.xml
index f405124a2..db4056a7e 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -205,8 +205,10 @@
<fileset>
<directory>target</directory>
<excludes>
- <exclude>*3.2*</exclude>
- <exclude>*3.3*</exclude>
+ <exclude>*spark3.2*</exclude>
+ <exclude>*spark3.3*</exclude>
+ <exclude>*spark3.4*</exclude>
+ <exclude>*spark3.5*</exclude>
</excludes>
<followSymlinks>false</followSymlinks>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]