aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
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-103-13/+42
* [SPARK-10371][SQL] Implement subexpr elimination for UnsafeProjectionsNong Li2015-11-103-1/+15
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-102-2/+18
* [SPARK-11578][SQL][FOLLOW-UP] complete the user facing api for typed aggregationWenchen Fan2015-11-102-14/+41
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-1018-500/+275
* [SPARK-11564][SQL] Fix documentation for DataFrame.take/collectReynold Xin2015-11-091-4/+4
* [SPARK-11578][SQL] User API for Typed AggregationMichael Armbrust2015-11-097-40/+293
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-092-9/+5
* [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-081-4/+25
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-082-62/+85
* [SPARK-11554][SQL] add map/flatMap to GroupedDatasetWenchen Fan2015-11-082-4/+27
* [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-064-8/+145
* [SPARK-11561][SQL] Rename text data source's column name to value.Reynold Xin2015-11-061-4/+2
* [SPARK-11450] [SQL] Add Unsafe Row processing to ExpandHerman van Hovell2015-11-062-13/+14
* [SPARK-9858][SQL] Add an ExchangeCoordinator to estimate the number of post-s...Yin Huai2015-11-062-20/+51
* [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-052-3/+92
* [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-052-102/+75
* [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-051-6/+10
* [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-043-143/+60
* [SPARK-11398] [SQL] unnecessary def dialectClassName in HiveContext, and misl...Zhenhua Wang2015-11-041-1/+5
* [SPARK-11504][SQL] API audit for distributeBy and localSortReynold Xin2015-11-041-57/+75
* [SPARK-10304][SQL] Following up checking valid dir structure for partition di...Liang-Chi Hsieh2015-11-041-1/+13
* [SPARK-11490][SQL] variance should alias var_samp instead of var_pop.Reynold Xin2015-11-043-8/+7
* [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-033-11/+29
* [SPARK-11329] [SQL] Cleanup from spark-11329 fix.Nong2015-11-031-2/+4
* [SPARK-11489][SQL] Only include common first order statistics in GroupedDataReynold Xin2015-11-031-118/+28
* [SPARK-11477] [SQL] support create Dataset from RDDWenchen Fan2015-11-042-0/+13
* [SPARK-11467][SQL] add Python API for stddev/varianceDavies Liu2015-11-031-67/+0
* [SPARK-10978][SQL] Allow data sources to eliminate filtersCheng Lian2015-11-032-25/+115
* [SPARK-10304] [SQL] Partition discovery should throw an exception if the dir ...Liang-Chi Hsieh2015-11-031-11/+25
* [SPARK-11404] [SQL] Support for groupBy using column expressionsMichael Armbrust2015-11-032-6/+58
* [SPARK-11436] [SQL] rebind right encoder when join 2 datasetsWenchen Fan2015-11-031-1/+3
* [SPARK-9858][SPARK-9859][SPARK-9861][SQL] Add an ExchangeCoordinator to estim...Yin Huai2015-11-034-34/+604
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-021-5/+5
* [SPARK-11469][SQL] Allow users to define nondeterministic udfs.Yin Huai2015-11-022-75/+102