This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new df5ef91f44ba [SPARK-48425][INFRA][FOLLOWUP] copy spark connect release 
tarballs
df5ef91f44ba is described below

commit df5ef91f44bacf60b39bccecc049eb8cb5714b39
Author: Wenchen Fan <wenc...@databricks.com>
AuthorDate: Tue May 28 15:43:25 2024 +0900

    [SPARK-48425][INFRA][FOLLOWUP] copy spark connect release tarballs
    
    ### What changes were proposed in this pull request?
    
    This is a followup of https://github.com/apache/spark/pull/46751 . Now the 
spark connect tarball is named `pyspark_connect...`, and we need to update the 
release scripts as well.
    
    ### Why are the changes needed?
    
    fix release scripts
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    manual
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #46769 from cloud-fan/script.
    
    Authored-by: Wenchen Fan <wenc...@databricks.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 dev/create-release/release-build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/create-release/release-build.sh 
b/dev/create-release/release-build.sh
index cd0220db75b1..cf9c146e081a 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -382,9 +382,9 @@ if [[ "$1" == "package" ]]; then
     mkdir -p "svn-spark/${DEST_DIR_NAME}-bin"
 
     echo "Copying release tarballs"
-    cp spark-* "svn-spark/${DEST_DIR_NAME}-bin/"
-    cp pyspark-* "svn-spark/${DEST_DIR_NAME}-bin/"
-    cp SparkR_* "svn-spark/${DEST_DIR_NAME}-bin/"
+    cp spark* "svn-spark/${DEST_DIR_NAME}-bin/"
+    cp pyspark* "svn-spark/${DEST_DIR_NAME}-bin/"
+    cp SparkR* "svn-spark/${DEST_DIR_NAME}-bin/"
     svn add "svn-spark/${DEST_DIR_NAME}-bin"
 
     cd svn-spark


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to