zhengruifeng opened a new pull request, #58165:
URL: https://github.com/apache/spark/pull/58165

   ### What changes were proposed in this pull request?
   
   This PR allows `dev/merge_spark_pr.py` to update Fix Versions when the 
linked JIRA
   issue is already Resolved or Closed during the normal merge cleanup path.
   
   The script already supports adding additional Fix Versions to a resolved 
issue; this
   change passes `allow_resolved=True` from the regular post-merge JIRA update 
path, matching
   the existing backport cleanup path.
   
   ### Why are the changes needed?
   
   When merging a PR whose JIRA issue was already resolved, the merge script 
printed that
   the issue already had status `Resolved` and returned before prompting for 
Fix Versions.
   This prevented committers from correcting or adding the Fix Version during 
merge.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manually verified with:
   
   ```
   git diff --check
   conda run -n spark-dev-313 python -m py_compile dev/merge_spark_pr.py
   ```
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: OpenAI Codex GPT-5
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to