aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-273-10/+16
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-13/+15
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-222-0/+28
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-197-225/+107
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-162-1/+62
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-071-0/+32
* [SPARK-9435][SQL] Reuse function in Java UDF to correctly support expressions...hyukjinkwon2017-01-231-0/+22
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-281-0/+429
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-142-0/+51
* [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