You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tian Haoyu (Jira)" <ji...@apache.org> on 2023/04/03 03:12:00 UTC

[jira] [Created] (SPARK-43005) `v is v >= 0` typo in pyspark/pandas/config.py

Tian Haoyu created SPARK-43005:
----------------------------------

             Summary: `v is v >= 0` typo in pyspark/pandas/config.py
                 Key: SPARK-43005
                 URL: https://issues.apache.org/jira/browse/SPARK-43005
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 3.2.0
            Reporter: Tian Haoyu


By comparing compute.isin_limit and plotting.max_rows, {{v is v}} is likely to be a typo.

We should fix {{v is v >= 0}} with {{{}v >= 0{}}}.



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