[
https://issues.apache.org/jira/browse/SPARK-43004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean R. Owen resolved SPARK-43004.
----------------------------------
Fix Version/s: 3.2.4
3.3.3
3.4.1
3.5.0
Assignee: Tian Haoyu
Resolution: Fixed
Resolved by 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
> Assignee: Tian Haoyu
> Priority: Minor
> Fix For: 3.2.4, 3.3.3, 3.4.1, 3.5.0
>
>
> 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]