Yicong-Huang commented on code in PR #58792:
URL: https://github.com/apache/spark/pull/58792#discussion_r4012715892


##########
dev/merge_spark_pr.py:
##########
@@ -1449,8 +1455,12 @@ def resolve_jira_issue(
         )
         if all_inferred_present:
             print(
-                "JIRA issue %s already contains all inferred fix versions; no 
update needed."
-                % issue.key
+                "JIRA issue %s already contains all inferred fix versions; no 
fix version "
+                "update needed." % issue.key
+            )
+            # A re-run may still have Affects Version/s sitting above the 
unchanged fix set.
+            maybe_reconcile_jira_affects_versions(

Review Comment:
   good catch, done. `n` now only rejects the proposed fix version addition and 
still reconciles against `existing_fix_version_names` before returning.



-- 
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