pan3793 commented on code in PR #6129:
URL: https://github.com/apache/kyuubi/pull/6129#discussion_r1512457825


##########
build/dist:
##########
@@ -233,6 +233,14 @@ if [[ "$HIVE_PROVIDED" == "true" ]]; then
   MVN_DIST_OPT="$MVN_DIST_OPT -Phive-provided"
 fi
 
+# Before start build, clean up the extension spark jars,
+# to avoid include unspecified version
+SPARK_EXTENSION_VERSIONS=('3-1' '3-2' '3-3' '3-4' '3-5')

Review Comment:
   we just removed the support of Spark 3.1
   ```suggestion
   SPARK_EXTENSION_VERSIONS=('3-2' '3-3' '3-4' '3-5')
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to