aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/testthat/test_sparkSQL.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18807][SPARKR] Should suppress output print for calls to JVM methods w...Felix Cheung2016-12-091-7/+7
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-231-1/+1
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-2/+2
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-6/+6
* [SPARK-17838][SPARKR] Check named arguments for options and use formatted R f...hyukjinkwon2016-11-011-0/+16
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-6/+6
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-6/+6
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-261-1/+4
* [SPARKR][BRANCH-2.0] R merge API doc and example fixFelix Cheung2016-10-231-1/+1
* [SPARK-17811] SparkR cannot parallelize data.frame with NA or NULL in Date co...Hossein2016-10-211-0/+13
* [SPARK-18013][SPARKR] add crossJoin APIFelix Cheung2016-10-211-2/+9
* [SPARKR] fix warningsFelix Cheung2016-10-201-1/+1
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-121-0/+11
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-1/+1
* [SPARK-17665][SPARKR] Support options/mode all for read/write APIs and option...hyukjinkwon2016-10-071-0/+75
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-041-0/+35
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-081-1/+11
* [SPARK-16785] R dapply doesn't return array or raw columnsClark Fitzgerald2016-09-061-0/+21
* [SPARK-17376][SPARKR] Spark version should be available in RFelix Cheung2016-09-021-0/+6
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-021-0/+22
* [SPARK-17326][SPARKR] Fix tests with HiveContext in SparkR not to be skipped ...hyukjinkwon2016-08-311-1/+1
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-161-14/+14
* [SPARK-16579][SPARKR] add install.spark functionJunyang Qian2016-08-101-2/+2
* [SPARK-16027][SPARKR] Fix R tests SparkSession init/stopFelix Cheung2016-07-171-0/+2
* [SPARK-16538][SPARKR] Add more tests for namespace call to SparkSession funct...Felix Cheung2016-07-151-0/+7
* [SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession func...Felix Cheung2016-07-141-1/+2
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-141-4/+4
* [SPARKR][DOCS][MINOR] R programming guide to include csv data source exampleFelix Cheung2016-07-131-1/+1
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-081-2/+2
* [SPARK-16425][R] `describe()` should not fail with non-numeric columnsDongjoon Hyun2016-07-071-2/+6
* [SPARK-16310][SPARKR] R na.string-like default for csv sourceFelix Cheung2016-07-071-6/+26
* [SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is av...Dongjoon Hyun2016-07-011-0/+2
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-011-5/+30
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-301-1/+1
* [SPARKR] add csv testsFelix Cheung2016-06-281-0/+18
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-281-0/+8
* [SPARK-16184][SPARKR] conf API for SparkSessionFelix Cheung2016-06-261-6/+6
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-211-2/+6
* [SPARK-15294][R] Add `pivot` to SparkRDongjoon Hyun2016-06-201-0/+25
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-201-0/+1
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-201-0/+21
* [SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTableFelix Cheung2016-06-201-7/+7
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-201-1/+1
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-171-17/+69
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-171-0/+18
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-171-11/+19
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-161-0/+8
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-0/+65
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-131-7/+8
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-071-0/+7