HyukjinKwon commented on PR #41682:
URL: https://github.com/apache/spark/pull/41682#issuecomment-1599966675
I reverted it for now:
```
Traceback (most recent call last):
File "/.../spark/./dev/merge_spark_pr.py", line 599, in <module>
main()
File "/.../spark/./dev/merge_spark_pr.py", line 583, in main
resolve_jira_issues(title, merged_refs, jira_comment)
File "/.../spark/./dev/merge_spark_pr.py", line 390, in resolve_jira_issues
resolve_jira_issue(merge_branches, comment, jira_id)
File "/.../spark/./dev/merge_spark_pr.py", line 288, in resolve_jira_issue
default_fix_versions = list(
File "/.../spark/./dev/merge_spark_pr.py", line 289, in <lambda>
map(lambda x: fix_version_from_branch(x, versions).name, merge_branches)
AttributeError: 'str' object has no attribute 'name'
```
Seems like it need some more chnages ..
--
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]