aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/testthat/test_sparkSQL.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20438][R] SparkR wrappers for split and repeatHEADmasterzero3232017-04-241-0/+34
* [SPARK-20371][R] Add wrappers for collect_list and collect_setzero3232017-04-211-0/+22
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-191-0/+17
* [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json f...hyukjinkwon2017-04-171-1/+1
* [SPARK-20298][SPARKR][MINOR] fixed spelling mistake "charactor"Brendan Dwyer2017-04-121-3/+3
* [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createEx...Felix Cheung2017-04-061-5/+15
* [SPARK-20159][SPARKR][SQL] Support all catalog API in RFelix Cheung2017-04-021-4/+62
* [SPARK-20105][TESTS][R] Add tests for checkType and type string in structFiel...hyukjinkwon2017-03-271-0/+53
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-201-3/+2
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-191-0/+11
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-0/+4
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-191-0/+34
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-141-0/+12
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-081-2/+2
* [SPARK-19818][SPARKR] rbind should check for name consistency of input data f...actuaryzhang2017-03-061-0/+7
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-051-7/+36
* [DOC][MINOR][SPARKR] Update SparkR doc for names, columns and colnamesactuaryzhang2017-03-011-0/+6
* [SPARK-19682][SPARKR] Issue warning (or error) when subset method "[[" takes ...actuaryzhang2017-02-231-0/+12
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-171-5/+13
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-5/+27
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-121-2/+40
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+1
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-051-0/+8
* [SPARK-18788][SPARKR] Add API for getNumPartitionsFelix Cheung2017-01-261-7/+7
* [SPARK-18823][SPARKR] add support for assigning to columnFelix Cheung2017-01-241-0/+20
* [SPARK-18335][SPARKR] createDataFrame to support numPartitions parameterFelix Cheung2017-01-131-1/+22
* [SPARK-19130][SPARKR] Support setting literal value as column implicitlyFelix Cheung2017-01-111-0/+18
* [SPARK-18958][SPARKR] R API toJSON on DataFrameFelix Cheung2016-12-221-6/+7
* [SPARK-18903][SPARKR] Add API to get SparkUI URLFelix Cheung2016-12-211-1/+4
* [SPARK-18897][SPARKR] Fix SparkR SQL Test to drop test tableDongjoon Hyun2016-12-161-0/+1
* [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