You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Bjørn Jørgensen (Jira)" <ji...@apache.org> on 2022/11/04 13:40:00 UTC

[jira] [Created] (SPARK-41016) Identical expressions should not be used on both sides of a binary operator

Bjørn Jørgensen created SPARK-41016:
---------------------------------------

             Summary: Identical expressions should not be used on both sides of a binary operator
                 Key: SPARK-41016
                 URL: https://issues.apache.org/jira/browse/SPARK-41016
             Project: Spark
          Issue Type: Bug
          Components: Pandas API on Spark
    Affects Versions: 3.4.0
            Reporter: Bjørn Jørgensen


Identical expressions should not be used on both sides of a binary operator.
There are a lot of this 278 total,

{code:java}
self.check_extension(pser != pser, psser != psser)
{code}


in pandas API test code. 

[Issues - spark-python - Bjørn Jørgensen (sonarcloud.io)|https://sonarcloud.io/project/issues?languages=py&resolved=false&rules=python%3AS1764&id=spark-python]

We either need to fix this or remove them.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org