pan3793 commented on code in PR #6129: URL: https://github.com/apache/kyuubi/pull/6129#discussion_r1513786287
########## 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 Review Comment: ```suggestion # clean up all versions of Spark extension, to avoid collecting outdated artifacts ``` -- 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]
