This is an automated email from the ASF dual-hosted git repository.
garyli pushed a commit to branch release-0.8.0
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/release-0.8.0 by this push:
new 0921272 [HOTFIX] fix deploy staging jars script
0921272 is described below
commit 0921272442b424000f39fea73c5abc30037d67f1
Author: garyli1019 <[email protected]>
AuthorDate: Sun Mar 28 22:10:00 2021 +0800
[HOTFIX] fix deploy staging jars script
---
scripts/release/deploy_staging_jars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/release/deploy_staging_jars.sh
b/scripts/release/deploy_staging_jars.sh
index b2c5bf3..4bd9158 100755
--- a/scripts/release/deploy_staging_jars.sh
+++ b/scripts/release/deploy_staging_jars.sh
@@ -45,7 +45,7 @@ else
if [[ $param =~ --scala_version\=(2\.1[1-2]) ]]; then
SCALA_VERSION=${BASH_REMATCH[1]}
elif [[ $param =~ --spark_version\=([2-3]) ]]; then
- SPARK_VERSION=${BASH_REMATCH[0]}
+ SPARK_VERSION=${BASH_REMATCH[1]}
fi
done
fi