aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-30/+20
* [SPARK-11564][SQL][FOLLOW-UP] clean up java tuple encoderWenchen Fan2015-11-113-41/+42
* [SPARK-11656][SQL] support typed aggregate in project listWenchen Fan2015-11-111-0/+11
* [SQL][MINOR] rename present to finish in AggregatorWenchen Fan2015-11-111-3/+3
* [SPARK-11616][SQL] Improve toString for DatasetMichael Armbrust2015-11-101-0/+5
* [SPARK-10371][SQL] Implement subexpr elimination for UnsafeProjectionsNong Li2015-11-101-0/+48
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-101-10/+13
* [SPARK-11578][SQL][FOLLOW-UP] complete the user facing api for typed aggregationWenchen Fan2015-11-101-0/+52
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-104-95/+21
* [SPARK-11598] [SQL] enable tests for ShuffledHashOuterJoinDavies Liu2015-11-091-204/+231
* [SPARK-11578][SQL] User API for Typed AggregationMichael Armbrust2015-11-092-2/+67
* [SPARK-9557][SQL] Refactor ParquetFilterSuite and remove old ParquetFilters codehyukjinkwon2015-11-091-4/+4
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-091-12/+24
* [SPARK-11453][SQL] append data to partitioned table will messes up the resultWenchen Fan2015-11-081-0/+8
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-084-28/+30
* [SPARK-11554][SQL] add map/flatMap to GroupedDatasetWenchen Fan2015-11-083-31/+41
* [SPARK-11451][SQL] Support single distinct count on multiple columns.Herman van Hovell2015-11-081-0/+25
* [SPARK-11269][SQL] Java API support & test cases for DatasetWenchen Fan2015-11-062-1/+358
* [SPARK-11561][SQL] Rename text data source's column name to value.Reynold Xin2015-11-061-1/+1
* [SPARK-11450] [SQL] Add Unsafe Row processing to ExpandHerman van Hovell2015-11-061-0/+54
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-062-4/+6
* [SPARK-9858][SQL] Add an ExchangeCoordinator to estimate the number of post-s...Yin Huai2015-11-061-34/+116
* [SPARK-10978][SQL][FOLLOW-UP] More comprehensive tests for PR #9399Cheng Lian2015-11-061-12/+9
* [SPARK-9162] [SQL] Implement code generation for ScalaUDFLiang-Chi Hsieh2015-11-061-0/+41
* [SPARK-11528] [SQL] Typed aggregations for DatasetsMichael Armbrust2015-11-051-0/+36
* Revert "[SPARK-11469][SQL] Allow users to define nondeterministic udfs."Reynold Xin2015-11-052-107/+2
* [SPARK-10656][SQL] completely support special chars in DataFrameWenchen Fan2015-11-051-0/+6
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-041-38/+26
* [SPARK-11510][SQL] Remove SQL aggregation tests for higher order statisticsReynold Xin2015-11-043-147/+28
* [SPARK-11504][SQL] API audit for distributeBy and localSortReynold Xin2015-11-042-26/+38
* [SPARK-10304][SQL] Following up checking valid dir structure for partition di...Liang-Chi Hsieh2015-11-041-0/+16
* [SPARK-11490][SQL] variance should alias var_samp instead of var_pop.Reynold Xin2015-11-042-18/+13
* [SPARK-11455][SQL] fix case sensitivity of partition byWenchen Fan2015-11-031-0/+10
* [SPARK-11329] [SQL] Cleanup from spark-11329 fix.Nong2015-11-031-33/+46
* [SPARK-11489][SQL] Only include common first order statistics in GroupedDataReynold Xin2015-11-031-1/+0
* [SPARK-11477] [SQL] support create Dataset from RDDWenchen Fan2015-11-041-0/+7
* [SPARK-10978][SQL] Allow data sources to eliminate filtersCheng Lian2015-11-032-37/+94
* [SPARK-10304] [SQL] Partition discovery should throw an exception if the dir ...Liang-Chi Hsieh2015-11-031-2/+34
* [SPARK-10533][SQL] handle scientific notation in sqlParserDaoyuan Wang2015-11-031-3/+8
* [SPARK-11404] [SQL] Support for groupBy using column expressionsMichael Armbrust2015-11-031-0/+48
* [SPARK-11436] [SQL] rebind right encoder when join 2 datasetsWenchen Fan2015-11-031-0/+8
* [SPARK-9858][SPARK-9859][SPARK-9861][SQL] Add an ExchangeCoordinator to estim...Yin Huai2015-11-034-10/+503
* [SPARK-11469][SQL] Allow users to define nondeterministic udfs.Yin Huai2015-11-022-2/+107
* [SPARK-11329][SQL] Support star expansion for structs.Nong Li2015-11-021-0/+133
* [SPARK-5354][SQL] Cached tables should preserve partitioning and ord…Nong Li2015-11-021-0/+59
* [SPARK-11410][SQL] Add APIs to provide functionality similar to Hive's DISTRI...Nong Li2015-11-011-1/+117
* [SPARK-11117] [SPARK-11345] [SQL] Makes all HadoopFsRelation data sources pro...Cheng Lian2015-10-311-1/+1
* [SPARK-11226][SQL] Empty line in json file should be skippedJeff Zhang2015-10-312-3/+11
* [SPARK-11434][SPARK-11103][SQL] Fix test ": Filter applied on merged Parquet ...Yin Huai2015-10-301-3/+3
* [SPARK-11393] [SQL] CoGroupedIterator should respect the fact that GroupedIte...Wenchen Fan2015-10-301-0/+24