We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8682bb1 commit 68c5181Copy full SHA for 68c5181
dev/create-release/release-build.sh
@@ -219,7 +219,7 @@ if [[ "$1" == "package" ]]; then
219
220
# Write out the VERSION to PySpark version info we rewrite the - into a . and SNAPSHOT
221
# to dev0 to be closer to PEP440.
222
- PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/"`
+ PYSPARK_VERSION=`echo "$SPARK_VERSION" | sed -r "s/-/./" | sed -r "s/SNAPSHOT/dev0/" | sed -r "s/preview/dev0/"`
223
echo "__version__='$PYSPARK_VERSION'" > python/pyspark/version.py
224
225
# Get maven home set by MVN
0 commit comments