aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10186][SQL] support postgre array type in JDBCRDDWenchen Fan2015-11-174-69/+129
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-162-4/+32
* [SPARK-11390][SQL] Query plan with/without filterPushdown indistinguishableZee Chen2015-11-162-4/+8
* [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedde...hyukjinkwon2015-11-161-1/+2
* [SPARK-11044][SQL] Parquet writer version fixed as version1hyukjinkwon2015-11-161-1/+1
* [SPARK-11745][SQL] Enable more JSON parsing optionsReynold Xin2015-11-166-90/+149
* [SPARK-9928][SQL] Removal of LogicalLocalTablegatorsmile2015-11-151-22/+0
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-156-72/+12
* [SPARK-7970] Skip closure cleaning for SQL operationsnitin goyal2015-11-138-20/+20
* [SPARK-11727][SQL] Split ExpressionEncoder into FlatEncoder and ProductEncoderWenchen Fan2015-11-133-16/+17
* [SPARK-11654][SQL][FOLLOW-UP] fix some mistakes and clean upWenchen Fan2015-11-134-11/+8
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-135-38/+107
* [SPARK-11654][SQL] add reduce to GroupedDatasetMichael Armbrust2015-11-126-127/+136
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-121-1/+1
* [SPARK-10113][SQL] Explicit error message for unsigned Parquet logical typeshyukjinkwon2015-11-121-0/+7
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-1217-247/+65
* [SPARK-11661][SQL] Still pushdown filters returned by unhandledFilters.Yin Huai2015-11-122-7/+16
* [SPARK-11675][SQL] Remove shuffle hash joins.Reynold Xin2015-11-115-200/+15
* [SPARK-8992][SQL] Add pivot to dataframe apiAndrew Ray2015-11-112-10/+100
* [SPARK-11645][SQL] Remove OpenHashSet for the old aggregate.Reynold Xin2015-11-111-101/+2
* [SPARK-11644][SQL] Remove the option to turn off unsafe and codegen.Reynold Xin2015-11-1116-194/+132
* [SQL][MINOR] remove newLongEncoder in functionsWenchen Fan2015-11-111-4/+2
* [SPARK-11564][SQL][FOLLOW-UP] clean up java tuple encoderWenchen Fan2015-11-117-8/+8
* [SPARK-11656][SQL] support typed aggregate in project listWenchen Fan2015-11-111-4/+16
* [SQL][MINOR] rename present to finish in AggregatorWenchen Fan2015-11-112-2/+2
* [SPARK-11500][SQL] Not deterministic order of columns when using merging sche...hyukjinkwon2015-11-112-16/+35
* [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-11540][SQL] API audit for QueryExecutionListener.Reynold Xin2015-11-052-59/+72