slfan1989 commented on code in PR #2018:
URL: https://github.com/apache/auron/pull/2018#discussion_r2867292192


##########
dev/reformat:
##########
@@ -52,12 +52,19 @@ fi
 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 -Pflink,flink-1.18 -Piceberg,iceberg-1.9
+  run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.10 
-Ppaimon,paimon-1.2 -Pflink-1.18 -Piceberg-1.9
 
 done
 
-sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4)
+sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4 spark-4.0 
spark-4.1)
 for sparkver in "${sparkvers[@]}"
 do
+  if [[ $sparkver == spark-4.* ]]; then
+    SCALA_PROFILE=scala-2.13
+    export JAVA_HOME=$(/usr/libexec/java_home -v 17)
+  else
+    SCALA_PROFILE=scala-2.12
+    export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)

Review Comment:
   The update has been completed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to