Skip to content

Commit 401107c

Browse files
yaooqinndongjoon-hyun
authored andcommitted
[MINOR][INFRA] Fix merge_spark_pr script for no jira case
### What changes were proposed in this pull request? Port apache/spark@be448f2 ### Why are the changes needed? Fix the merge tool ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? via Spark side ### Was this patch authored or co-authored using generative AI tooling? no Closes #70 from yaooqinn/yaooqinn-patch-1. Authored-by: Kent Yao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0af7e4a commit 401107c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/merge_spark_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ def get_current_ref():
566566

567567
def initialize_jira():
568568
global asf_jira
569+
asf_jira = None
569570
jira_server = {"server": JIRA_API_BASE}
570571

571572
if not JIRA_IMPORTED:

0 commit comments

Comments
 (0)