aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11738] [SQL] Making ArrayType orderableYin Huai2015-11-151-4/+8
* [SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> SortReynold Xin2015-11-1513-181/+145
* [SPARK-11736][SQL] Add monotonically_increasing_id to function registry.Yin Huai2015-11-141-0/+4
* [SPARK-11694][SQL] Parquet logical types are not being tested properlyhyukjinkwon2015-11-142-9/+47
* [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-136-11/+13
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-137-49/+232
* [SPARK-11654][SQL] add reduce to GroupedDatasetMichael Armbrust2015-11-1210-133/+206
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-124-13/+6
* [SPARK-10113][SQL] Explicit error message for unsigned Parquet logical typeshyukjinkwon2015-11-122-0/+31
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-1220-259/+67
* [SPARK-11661][SQL] Still pushdown filters returned by unhandledFilters.Yin Huai2015-11-124-20/+67
* [SPARK-11396] [SQL] add native implementation of datetime function to_unix_ti...Daoyuan Wang2015-11-111-0/+21
* [SPARK-11675][SQL] Remove shuffle hash joins.Reynold Xin2015-11-1111-716/+356
* [SPARK-8992][SQL] Add pivot to dataframe apiAndrew Ray2015-11-114-10/+199
* [SPARK-11645][SQL] Remove OpenHashSet for the old aggregate.Reynold Xin2015-11-112-112/+2
* [SPARK-11644][SQL] Remove the option to turn off unsafe and codegen.Reynold Xin2015-11-1124-409/+223
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-30/+20
* [SQL][MINOR] remove newLongEncoder in functionsWenchen Fan2015-11-111-4/+2
* [SPARK-11564][SQL][FOLLOW-UP] clean up java tuple encoderWenchen Fan2015-11-1110-49/+50
* [SPARK-11656][SQL] support typed aggregate in project listWenchen Fan2015-11-112-4/+27
* [SQL][MINOR] rename present to finish in AggregatorWenchen Fan2015-11-113-5/+5
* [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-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