[ 
https://issues.apache.org/jira/browse/SPARK-26251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708129#comment-16708129
 ] 

Hyukjin Kwon commented on SPARK-26251:
--------------------------------------

Why does it should pick "po box 7896"?

> 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: SQL
>    Affects Versions: 2.4.0
>            Reporter: Kunal Rao
>            Priority: Minor
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to