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

dongjoon 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 75397c9207b7 [MINOR][INFRA] Add a space in the JIRA user assignment 
message
75397c9207b7 is described below

commit 75397c9207b77eb6406f22b21ca4fb991232b9d9
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Mon Dec 2 15:57:23 2024 -0800

    [MINOR][INFRA] Add a space in the JIRA user assignment message
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to add a space at the message at the merge script below:
    
    ```
    Enter number of user, or userid, to assign to (blank to leave unassigned):0
    ```
    
    ### Why are the changes needed?
    
    To be consistent with other messages in this script.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    Manually
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #49034 from HyukjinKwon/minor-add-space.
    
    Authored-by: Hyukjin Kwon <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/merge_spark_pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index 4ebd3e4b951f..415f468a1157 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -419,7 +419,7 @@ def choose_jira_assignee(issue):
                     annotations.append("Commentator")
                 print("[%d] %s (%s)" % (idx, author.displayName, 
",".join(annotations)))
             raw_assignee = bold_input(
-                "Enter number of user, or userid, to assign to (blank to leave 
unassigned):"
+                "Enter number of user, or userid, to assign to (blank to leave 
unassigned): "
             )
             if raw_assignee == "":
                 return None


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

Reply via email to