[ 
https://issues.apache.org/jira/browse/SPARK-43004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tian Haoyu updated SPARK-43004:
-------------------------------
    Description: 
`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`.

> 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: Major
>
> `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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to