cloud-fan commented on code in PR #50203: URL: https://github.com/apache/spark/pull/50203#discussion_r2003404178
########## dev/create-release/release-build.sh: ########## @@ -330,6 +336,14 @@ if [[ "$1" == "package" ]]; then --output $PYTHON_CONNECT_DIST_NAME.asc \ --detach-sig $PYTHON_CONNECT_DIST_NAME shasum -a 512 $PYTHON_CONNECT_DIST_NAME > $PYTHON_CONNECT_DIST_NAME.sha512 + + PYTHON_CLIENT_DIST_NAME=pyspark-client-$PYSPARK_VERSION.tar.gz + cp spark-$SPARK_VERSION-bin-$NAME/python/dist/$PYTHON_CLIENT_DIST_NAME . Review Comment: This is just copy so we must have generated these packages somewhere, and maybe that place does not generate the pyspark-client? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org