aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-221-2/+1
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-222-1/+6
* [SPARK-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoinDavies Liu2015-07-2215-118/+338
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-2114-27/+1742
* [SPARK-9232] [SQL] Duplicate code in JSONRelationAndrew Or2015-07-211-29/+21
* [SPARK-9154][SQL] Rename formatString to format_string.Reynold Xin2015-07-212-26/+4
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-212-0/+21
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-2120-45/+55
* [SPARK-8357] Fix unsafe memory leak on empty inputs in GeneratedAggregatenavis.ryu2015-07-213-1/+70
* Revert "[SPARK-9154] [SQL] codegen StringFormat"Michael Armbrust2015-07-211-10/+0
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-211-0/+10
* [SPARK-9081] [SPARK-9168] [SQL] nanvl & dropna/fillna supporting nan as wellYijie Shen2015-07-215-61/+100
* [SPARK-8230][SQL] Add array/map size methodPedro Rodriguez2015-07-212-0/+51
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-212-0/+37
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-212-0/+21
* [SPARK-9023] [SQL] Followup for #7456 (Efficiency improvements for UnsafeRows...Josh Rosen2015-07-202-23/+128
* [SPARK-9208][SQL] Remove variant of DataFrame string functions that accept co...Reynold Xin2015-07-204-454/+73
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-203-5/+35
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-207-90/+250
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-202-39/+15
* [SQL] Remove space from DataFrame Scala/Java API.Reynold Xin2015-07-202-24/+0
* [SPARK-9186][SQL] make deterministic describing the tree rather than the expr...Wenchen Fan2015-07-202-8/+4
* [SPARK-9023] [SQL] Efficiency improvements for UnsafeRows in ExchangeJosh Rosen2015-07-198-116/+398
* [SQL][DOC] Minor document fix in HadoopFsRelationProviderJacky Li2015-07-191-2/+2
* [SPARK-9185][SQL] improve code gen for mutable states to support complex init...Wenchen Fan2015-07-192-3/+4
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-192-4/+39
* [SPARK-8638] [SQL] Window Function Performance Improvements - CleanupHerman van Hovell2015-07-191-6/+8
* [SQL] Make date/time functions more consistent with other database systems.Reynold Xin2015-07-193-254/+201
* [SPARK-8638] [SQL] Window Function Performance ImprovementsHerman van Hovell2015-07-181-401/+671
* [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-182-0/+346
* [SPARK-8278] Remove non-streaming JSON reader.Reynold Xin2015-07-185-518/+26
* [SPARK-9150][SQL] Create CodegenFallback and Unevaluable traitReynold Xin2015-07-181-5/+1
* [SPARK-9174][SQL] Add documentation for all public SQLConfs.Reynold Xin2015-07-181-91/+53
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-183-242/+306
* [SPARK-9171][SQL] add and improve tests for nondeterministic expressionsWenchen Fan2015-07-182-3/+38
* [SPARK-9142][SQL] remove more self type in catalystWenchen Fan2015-07-181-1/+1
* [SPARK-9143] [SQL] Add planner rule for automatically inserting Unsafe <-> Sa...Josh Rosen2015-07-185-3/+239
* [SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in mathYijie Shen2015-07-171-6/+1
* [SPARK-7026] [SQL] fix left semi join with equi key and non-equi conditionDaoyuan Wang2015-07-177-59/+208
* [SPARK-9080][SQL] add isNaN predicate expressionYijie Shen2015-07-173-1/+38
* [SPARK-9142] [SQL] Removing unnecessary self types in Catalyst.Reynold Xin2015-07-173-12/+1
* [SPARK-8945][SQL] Add add and subtract expressions for IntervalTypeLiang-Chi Hsieh2015-07-171-0/+17
* [SPARK-8209[SQL]Add function convzhichao.li2015-07-172-0/+31
* [SPARK-9102] [SQL] Improve project collapse with nondeterministic expressionsWenchen Fan2015-07-171-5/+5
* [SPARK-9085][SQL] Remove LeafNode, UnaryNode, BinaryNode from TreeNode.Reynold Xin2015-07-161-6/+13
* [SPARK-6941] [SQL] Provide a better error message to when inserting into RDD ...Yijie Shen2015-07-162-4/+60
* [SPARK-9015] [BUILD] Clean project import in scala ideJan Prach2015-07-161-1/+0
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-152-16/+109
* [SPARK-9086][SQL] Remove BinaryNode from TreeNode.Reynold Xin2015-07-151-1/+6
* [SPARK-9071][SQL] MonotonicallyIncreasingID and SparkPartitionID should be ma...Reynold Xin2015-07-152-2/+6