You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kunal Rao (JIRA)" <ji...@apache.org> on 2018/12/03 07:54:00 UTC

[jira] [Created] (SPARK-26251) isnan function not picking non-numeric values

Kunal Rao created SPARK-26251:
---------------------------------

             Summary: isnan function not picking non-numeric values
                 Key: SPARK-26251
                 URL: https://issues.apache.org/jira/browse/SPARK-26251
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0
            Reporter: Kunal Rao


import org.apache.spark.sql.functions._
List("po box 7896", "8907", "435435").toDF("rgid").filter(isnan(col("rgid"))).show

 

should pick "po box 7896"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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