aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [MINOR] License header formatting fixMarc Prud'hommeaux2015-11-101-15/+15
* [SPARK-11615] Drop @VisibleForTesting annotationtedyu2015-11-101-3/+0
* [SPARK-9830][SPARK-11641][SQL][FOLLOW-UP] Remove AggregateExpression1 and upd...Yin Huai2015-11-103-4/+15
* [SPARK-11616][SQL] Improve toString for DatasetMichael Armbrust2015-11-104-13/+47
* [SPARK-10371][SQL] Implement subexpr elimination for UnsafeProjectionsNong Li2015-11-104-1/+63
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-103-12/+31
* [SPARK-11578][SQL][FOLLOW-UP] complete the user facing api for typed aggregationWenchen Fan2015-11-103-14/+93
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-1022-595/+296
* [SPARK-11598] [SQL] enable tests for ShuffledHashOuterJoinDavies Liu2015-11-091-204/+231
* [SPARK-11564][SQL] Fix documentation for DataFrame.take/collectReynold Xin2015-11-091-4/+4
* [SPARK-11578][SQL] User API for Typed AggregationMichael Armbrust2015-11-099-42/+360
* [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-093-21/+29
* [SPARK-9301][SQL] Add collect_set and collect_list aggregate functionsNick Buroojy2015-11-091-0/+20
* [SPARK-11453][SQL] append data to partitioned table will messes up the resultWenchen Fan2015-11-082-4/+33
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-086-90/+115
* [SPARK-11554][SQL] add map/flatMap to GroupedDatasetWenchen Fan2015-11-085-35/+68
* [SPARK-11451][SQL] Support single distinct count on multiple columns.Herman van Hovell2015-11-081-0/+25
* [SPARK-11362] [SQL] Use Spark BitSet in BroadcastNestedLoopJoinLiang-Chi Hsieh2015-11-071-10/+8
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns (2) - Rewriting RuleHerman van Hovell2015-11-061-1/+1
* [SPARK-11269][SQL] Java API support & test cases for DatasetWenchen Fan2015-11-066-9/+503
* [SPARK-11561][SQL] Rename text data source's column name to value.Reynold Xin2015-11-062-5/+3
* [SPARK-11450] [SQL] Add Unsafe Row processing to ExpandHerman van Hovell2015-11-063-13/+68
* [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-063-54/+167
* [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-11541][SQL] Break JdbcDialects.scala into multiple files and mark vari...Reynold Xin2015-11-059-186/+314
* [SPARK-11528] [SQL] Typed aggregations for DatasetsMichael Armbrust2015-11-053-3/+128
* [SPARK-7542][SQL] Support off-heap index/sort bufferDavies Liu2015-11-051-1/+2
* [SPARK-11540][SQL] API audit for QueryExecutionListener.Reynold Xin2015-11-052-59/+72
* Revert "[SPARK-11469][SQL] Allow users to define nondeterministic udfs."Reynold Xin2015-11-054-209/+77
* [SPARK-11536][SQL] Remove the internal implicit conversion from Expression to...Reynold Xin2015-11-051-281/+299
* [SPARK-10656][SQL] completely support special chars in DataFrameWenchen Fan2015-11-052-6/+16
* [SPARK-11532][SQL] Remove implicit conversion from Expression to ColumnReynold Xin2015-11-051-52/+66
* [SPARK-10648] Oracle dialect to handle nonspecific numeric typesTravis Hegner2015-11-051-0/+25
* [SPARK-11513][SQL] Remove implicit conversion from LogicalPlan to DataFrameReynold Xin2015-11-052-50/+78
* [SPARK-11474][SQL] change fetchSize to fetchsizeHuaxin Gao2015-11-051-1/+2
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-044-181/+86
* [SPARK-11398] [SQL] unnecessary def dialectClassName in HiveContext, and misl...Zhenhua Wang2015-11-041-1/+5
* [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-043-83/+113
* [SPARK-10304][SQL] Following up checking valid dir structure for partition di...Liang-Chi Hsieh2015-11-042-1/+29
* [SPARK-11490][SQL] variance should alias var_samp instead of var_pop.Reynold Xin2015-11-045-26/+20
* [SPARK-11485][SQL] Make DataFrameHolder and DatasetHolder public.Reynold Xin2015-11-043-4/+18
* [SPARK-11455][SQL] fix case sensitivity of partition byWenchen Fan2015-11-034-11/+39
* [SPARK-11329] [SQL] Cleanup from spark-11329 fix.Nong2015-11-032-35/+50
* [SPARK-11489][SQL] Only include common first order statistics in GroupedDataReynold Xin2015-11-032-119/+28
* [SPARK-11477] [SQL] support create Dataset from RDDWenchen Fan2015-11-043-0/+20
* [SPARK-11467][SQL] add Python API for stddev/varianceDavies Liu2015-11-031-67/+0