Tian Haoyu created SPARK-43006:
----------------------------------

             Summary: self.deserialized == self.deserialized typo in 
StorageLevel __eq__()
                 Key: SPARK-43006
                 URL: https://issues.apache.org/jira/browse/SPARK-43006
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 3.4.0
            Reporter: Tian Haoyu


We should fix {{self.deserialized == self.deserialized}} with 
{{self.deserialized == other.deserialized}}

The original expression is always True, which is likely to be a typo.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to