[ 
https://issues.apache.org/jira/browse/SPARK-12044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-12044:
--------------------------------
    Description: 
1, Add "isNaN" to "Column" for SparkR. Column should has three related variable 
functions: isNaN, isNull, isNotNull.
2, Replace "DataFrame.isNaN" with "DataFrame.isnan" at SparkR side. Because 
DataFrame.isNaN has been deprecated and will be removed at Spark 2.0.
3, Add "isnull" to "DataFrame" for SparkR. DataFrame should has two related 
functions: isnan, isnull.

  was:
1, Add "isNaN" to "Column" for SparkR. Column should has three variable 
functions: isNaN, isNull, isNotNull.
2, Add "isnull" to "DataFrame" for SparkR. DataFrame should has two functions: 
isnan, isnull.
3, Replace "isNaN" with "isnan" for DataFrame at SparkR side. Because 
DataFrame.isNaN has been deprecated and will be removed at Spark 2.0.


> Fix usage of isnan, isnull, isNaN, isNull, isNotNull
> ----------------------------------------------------
>
>                 Key: SPARK-12044
>                 URL: https://issues.apache.org/jira/browse/SPARK-12044
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>            Reporter: Yanbo Liang
>
> 1, Add "isNaN" to "Column" for SparkR. Column should has three related 
> variable functions: isNaN, isNull, isNotNull.
> 2, Replace "DataFrame.isNaN" with "DataFrame.isnan" at SparkR side. Because 
> DataFrame.isNaN has been deprecated and will be removed at Spark 2.0.
> 3, Add "isnull" to "DataFrame" for SparkR. DataFrame should has two related 
> functions: isnan, isnull.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to