[
https://issues.apache.org/jira/browse/SPARK-43004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707749#comment-17707749
]
Snoot.io commented on SPARK-43004:
----------------------------------
User 'thyecust' has created a pull request for this issue:
https://github.com/apache/spark/pull/40622
> vendor==vendor typo in ResourceRequest.equals()
> -----------------------------------------------
>
> Key: SPARK-43004
> URL: https://issues.apache.org/jira/browse/SPARK-43004
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 3.0.0
> Reporter: Tian Haoyu
> Priority: Minor
>
> vendor == vendor is always true, this is likely to be a typo.
> We should fix `vendor == vendor` with `that.vendor == vendor`, and
> `discoveryScript == discoveryScript` with `that.discoveryScript ==
> discoveryScript`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]