Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22454#discussion_r218567663
--- Diff: dev/create-release/release-build.sh ---
@@ -446,6 +432,8 @@ if [[ "$1" == "publish-release" ]]; then
# Clean-up Zinc nailgun process
$LSOF -P |grep $ZINC_PORT | grep LISTEN | awk '{ print $2; }' | xargs
kill
+ ./dev/change-scala-version.sh 2.11
--- End diff --
I guess it couldn't hurt to carefully change it back right after each step
is done that needs a different version. As long as it probably happens in the
end no matter what.
I am fine with the other changes.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]