spark-instrumented-optimizer/R/pkg
felixcheung 721e8b5f35 [SPARK-10904] [SPARKR] Fix to support select(df, c("col1", "col2"))
The fix is to coerce `c("a", "b")` into a list such that it could be serialized to call JVM with.

Author: felixcheung <felixcheung_m@hotmail.com>

Closes #8961 from felixcheung/rselect.
2015-10-03 22:42:36 -07:00
..
inst [SPARK-10904] [SPARKR] Fix to support select(df, c("col1", "col2")) 2015-10-03 22:42:36 -07:00
R [SPARK-10904] [SPARKR] Fix to support select(df, c("col1", "col2")) 2015-10-03 22:42:36 -07: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 Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00
NAMESPACE [SPARK-10807] [SPARKR] Added as.data.frame as a synonym for collect 2015-09-30 18:03:31 -07:00