spark-instrumented-optimizer/R/pkg
Yanbo Liang b6e8e63a0d [SPARK-12044][SPARKR] Fix usage of isnan, isNaN
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.
<del>3, Add ```isnull``` to ```DataFrame``` for SparkR. ```DataFrame``` should has two related functions: ```isnan, isnull```.<del>

cc shivaram sun-rui felixcheung

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #10037 from yanboliang/spark-12044.
2015-12-05 22:51:05 -08:00
..
inst [SPARK-12044][SPARKR] Fix usage of isnan, isNaN 2015-12-05 22:51:05 -08:00
R [SPARK-12044][SPARKR] Fix usage of isnan, isNaN 2015-12-05 22:51:05 -08:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
.lintr [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR to .lintr 2015-06-22 14:35:38 -07:00
DESCRIPTION [SPARK-10863][SPARKR] Method coltypes() (New version) 2015-11-10 11:07:57 -08:00
NAMESPACE [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in SparkR. 2015-12-05 15:49:51 -08:00