You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53410] Improve merge_spark_pr.py to accept PR numbers as a CLI argument
### What changes were proposed in this pull request?
This PR aims to improve `merge_spark_pr.py` to accept PR numbers as a CLI argument.
### Why are the changes needed?
To provide an alternative shortcut.
**BEFORE**
```
$ dev/merge_spark_pr.py
git rev-parse --abbrev-ref HEAD
Which pull request would you like to merge? (e.g. 34): 302
================================================================================
```
**AFTER (Additional usage)**
```
$ dev/merge_spark_pr.py 302
git rev-parse --abbrev-ref HEAD
Start to merge pull request #52020
================================================================================
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual test because this is irrelevant to the CI results.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#302 from dongjoon-hyun/SPARK-53410.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments