This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 49f67518 [AURON #1421]add flink in reformat (#1422)
49f67518 is described below
commit 49f6751840acd79af0ca86ec38c105847a1b68e9
Author: guixiaowen <[email protected]>
AuthorDate: Thu Oct 9 11:43:01 2025 +0800
[AURON #1421]add flink in reformat (#1422)
Co-authored-by: guihuawen <[email protected]>
---
dev/reformat | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/reformat b/dev/reformat
index 1fde4bb2..e1793c8a 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -44,7 +44,8 @@ function run_maven() {
sparkver=spark-3.5
for celebornver in celeborn-0.5 celeborn-0.6
do
- run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.10
-Ppaimon,paimon-1.2
+ run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.10
-Ppaimon,paimon-1.2 -Pflink,flink-1.18
+
done
sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4)