aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17007][SQL] Move test data files into a test-data folderpetermaxlee2016-08-101-6/+6
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-261-4/+54
* [SPARK-15982][SPARK-16009][SPARK-16007][SQL] Harmonize the behavior of DataFr...Tathagata Das2016-06-201-0/+158
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-121-2/+2
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-2/+2
* [SPARK-15696][SQL] Improve `crosstab` to have a consistent column orderDongjoon Hyun2016-06-091-2/+2
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-061-0/+13
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-273-3/+3
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-201-3/+3
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-201-1/+10
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-182-5/+5
* [SPARK-14642][SQL] import org.apache.spark.sql.expressions._ breaks udf under...Subhobrata Dey2016-05-101-1/+1
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-106-148/+133
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-291-1/+1
* [SPARK-14372][SQL] Dataset.randomSplit() needs a Java versionRekha Joshi2016-04-111-0/+10
* [SPARK-14451][SQL] Move encoder definition into Aggregator interfaceReynold Xin2016-04-091-4/+13
* [SPARK-14436][SQL] Make JavaDatasetAggregatorSuiteBase public.Marcelo Vanzin2016-04-062-53/+83
* [SPARK-14359] Unit tests for java 8 lambda syntax with typed aggregatesEric Liang2016-04-051-41/+45
* [SPARK-14359] Create built-in functions for typed aggregates in JavaEric Liang2016-04-051-0/+49
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-041-0/+10
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-5/+5
* [SPARK-14285][SQL] Implement common type-safe aggregate functionsReynold Xin2016-04-012-54/+123
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-12/+16
* [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to SparkShixiong Zhu2016-03-251-8/+25
* [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKeyReynold Xin2016-03-241-23/+0
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-221-2/+2
* [SPARK-13401][SQL][TESTS] Fix SQL test warnings.Yong Tang2016-03-221-0/+1
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-221-2/+2
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-212-7/+9
* [SPARK-13897][SQL] RelationalGroupedDataset and KeyValueGroupedDatasetReynold Xin2016-03-191-4/+4
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-161-2/+2
* [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String]Reynold Xin2016-03-151-4/+4
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-2/+0
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-132-21/+22
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-104-47/+47
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-092-2/+2
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-1/+7
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-032-20/+17
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-081-3/+1
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-271-0/+31
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-261-1/+27
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-261-14/+11
* [SPARK-12616][SQL] Making Logical Operator `Union` Support Arbitrary Number o...gatorsmile2016-01-201-2/+2
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-132-16/+21
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-041-2/+2
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-221-1/+125
* [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is SerializableKousuke Saruta2015-12-181-0/+52
* [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encodergatorsmile2015-12-081-0/+17
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-011-4/+170
* [SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameR...Reynold Xin2015-11-241-0/+23