aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/test_sparkSQL.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.Sun Rui2015-12-071-1722/+0
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-051-1/+5
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-051-1/+1
* [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in Spa...Sun Rui2015-12-051-6/+31
* [SPARK-12104][SPARKR] collect() does not handle multiple columns with same name.Sun Rui2015-12-031-0/+6
* [SPARK-11781][SPARKR] SparkR has problem in inferring type of raw type.Sun Rui2015-11-291-0/+6
* [SPARK-9319][SPARKR] Add support for setting column names, typesfelixcheung2015-11-281-1/+39
* [SPARK-12029][SPARKR] Improve column functions signature, param check, tests,...felixcheung2015-11-281-4/+5
* [SPARK-12025][SPARKR] Rename some window rank function names for SparkRYanbo Liang2015-11-271-2/+2
* [SPARK-11339][SPARKR] Document the list of functions in R base package that a...felixcheung2015-11-181-1/+32
* [SPARK-11773][SPARKR] Implement collection functions in SparkR.Sun Rui2015-11-181-0/+10
* [SPARK-11281][SPARKR] Add tests covering the issue.zero3232015-11-181-3/+7
* [SPARK-11086][SPARKR] Use dropFactors column-wise instead of nested loop when...zero3232015-11-151-0/+16
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-121-2/+2
* [SPARK-11468] [SPARKR] add stddev/variance agg functions for Columnfelixcheung2015-11-101-16/+67
* [SPARK-10863][SPARKR] Method coltypes() (New version)Oscar D. Lara Yejas2015-11-101-1/+23
* [SPARK-9865][SPARKR] Flaky SparkR test: test_sparkSQL.R: sample on a DataFramefelixcheung2015-11-091-2/+2
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-061-4/+4
* [SPARK-11260][SPARKR] with() function supportadrian5552015-11-051-0/+9
* [SPARK-11210][SPARKR] Add window functions into SparkR [step 2].Sun Rui2015-10-301-0/+5
* [SPARK-11209][SPARKR] Add window functions into SparkR [step 1].Sun Rui2015-10-261-0/+2
* [SPARK-10979][SPARKR] Sparkrmerge: Add merge to DataFrame with R signatureNarine Kokhlikyan2015-10-261-4/+33
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-211-1/+1
* [SPARK-10996] [SPARKR] Implement sampleBy() in DataFrameStatFunctions.Sun Rui2015-10-131-0/+10
* [SPARK-10981] [SPARKR] SparkR Join improvementsMonica Liu2015-10-131-2/+25
* [SPARK-10913] [SPARKR] attach() function supportAdrian Zhuang2015-10-131-0/+20
* [SPARK-10888] [SPARKR] Added as.DataFrame as a synonym to createDataFrameNarine Kokhlikyan2015-10-131-0/+15
* [SPARK-10051] [SPARKR] Support collecting data of StructType in DataFrameSun Rui2015-10-131-22/+29
* [SPARK-10079] [SPARKR] Make 'column' and 'col' functions be S4 functions.Sun Rui2015-10-091-2/+2
* [SPARK-10905] [SPARKR] Export freqItems() for DataFrameStatFunctionsRerngvit Yanggratoke2015-10-091-0/+21
* [SPARK-10836] [SPARKR] Added sort(x, decreasing, col, ... ) method to DataFrameNarine Kokhlikyan2015-10-081-1/+10
* [SPARK-10752] [SPARKR] Implement corr() and cov in DataFrameStatFunctions.Sun Rui2015-10-071-0/+12
* [SPARK-10904] [SPARKR] Fix to support `select(df, c("col1", "col2"))`felixcheung2015-10-031-1/+8
* [SPARK-10807] [SPARKR] Added as.data.frame as a synonym for collectOscar D. Lara Yejas2015-09-301-1/+8
* [SPARK-10050] [SPARKR] Support collecting data of MapType in DataFrame.Sun Rui2015-09-161-12/+44
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-121-1/+1
* [SPARK-10049] [SPARKR] Support collecting data of ArraryType in DataFrame.Sun Rui2015-09-101-7/+37
* [SPARK-8951] [SPARKR] support Unicode characters in collect()CHOIJAEHONG2015-09-031-0/+26
* [SPARK-9803] [SPARKR] Add subset and transform + testsfelixcheung2015-08-281-1/+19
* [SPARK-10328] [SPARKR] Fix generic for na.omitShivaram Venkataraman2015-08-281-1/+22
* [SPARK-10219] [SPARKR] Fix varargsToEnv and add test caseShivaram Venkataraman2015-08-261-0/+6
* [MINOR] [SPARKR] Fix some validation problems in SparkRYu ISHIKAWA2015-08-261-1/+1
* [SPARK-9316] [SPARKR] Add support for filtering using `[` (synonym for filter...felixcheung2015-08-251-0/+27
* [SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkRYu ISHIKAWA2015-08-191-1/+2
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-191-6/+92
* [SPARK-10075] [SPARKR] Add `when` expressino function in SparkRYu ISHIKAWA2015-08-181-0/+7
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-161-0/+13
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-161-0/+20
* [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are s...Yu ISHIKAWA2015-08-121-9/+12
* [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions on...Hossein2015-07-311-2/+12