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

dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new fe58cab  [SPARK-57533] Move `merge_spark_docker_pr.py` to `dev` 
directory
fe58cab is described below

commit fe58cab167b8e652e1d3c3d86acba47e5162aa1f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jun 18 09:43:30 2026 -0700

    [SPARK-57533] Move `merge_spark_docker_pr.py` to `dev` directory
    
    ### What changes were proposed in this pull request?
    
    This PR moves `merge_spark_docker_pr.py` from the repository root into the 
`dev` directory.
    
    ### Why are the changes needed?
    
    To keep the maintainer scripts in one place. `dev` already holds the 
related scripts (`create_spark_jira.py`, `create_jira_and_branch.py`, 
`spark_jira_utils.py`), and the script's own message already refers to its path 
as `dev/merge_spark_docker_pr.py`.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review because this is a move of file.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (Opus 4.8)
    
    Closes #126 from dongjoon-hyun/SPARK-57533.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 merge_spark_docker_pr.py => dev/merge_spark_docker_pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/merge_spark_docker_pr.py b/dev/merge_spark_docker_pr.py
similarity index 99%
rename from merge_spark_docker_pr.py
rename to dev/merge_spark_docker_pr.py
index 578a280..d8788df 100755
--- a/merge_spark_docker_pr.py
+++ b/dev/merge_spark_docker_pr.py
@@ -19,7 +19,7 @@
 
 # Utility for creating well-formed pull request merges and pushing them to 
Apache
 # Spark.
-#   usage: ./merge_spark_docker_pr.py    (see config env vars below)
+#   usage: ./dev/merge_spark_docker_pr.py    (see config env vars below)
 #
 # This utility assumes you already have a local Spark git folder and that you
 # have added remotes corresponding to both (i) the github apache Spark


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to