Skip to content

Commit 99414d7

Browse files
committed
Update comment since we don't have name
1 parent 4e30ba9 commit 99414d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/create-release/release-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ if [[ "$1" == "package" ]]; then
163163
export ZINC_PORT=$ZINC_PORT
164164
echo "Creating distribution: $NAME ($FLAGS)"
165165

166-
# Write out the NAME and VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
167-
# to dev0 to be closer to PEP440. We use the NAME as a "local version".
166+
# Write out the VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
167+
# to dev0 to be closer to PEP440.
168168
PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/"`
169169
echo "__version__='$PYSPARK_VERSION'" > python/pyspark/version.py
170170

0 commit comments

Comments
 (0)