Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-43004

vendor==vendor typo in ResourceRequest.equals()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.2.4, 3.3.3, 3.4.1, 3.5.0
    • Spark Core
    • None

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

      Attachments

        Activity

          People

            tienhoayu Tian Haoyu
            tienhoayu Tian Haoyu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: