aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate ...gatorsmile2016-03-112-6/+5
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1026-1106/+657
* [SPARK-13751] [SQL] generate better code for FilterDavies Liu2016-03-103-14/+57
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-105-5/+5
* [SQL][TEST] Increased timeouts to reduce flakiness in ContinuousQueryManagerS...Tathagata Das2016-03-101-15/+15
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-101-2/+2
* [SPARK-13636] [SQL] Directly consume UnsafeRow in wholestage codegen plansLiang-Chi Hsieh2016-03-108-23/+43
* [MINOR][SQL] Replace DataFrameWriter.stream() with startStream() in comments.Dongjoon Hyun2016-03-091-3/+3
* [SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream()Reynold Xin2016-03-092-15/+15
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-097-9/+12
* [SPARK-13747][SQL] Fix concurrent query with fork-join poolAndrew Or2016-03-091-0/+14
* [SPARK-13527][SQL] Prune Filters based on Constraintsgatorsmile2016-03-091-1/+1
* [SPARK-13523] [SQL] Reuse exchanges in a queryDavies Liu2016-03-0913-35/+331
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-092-127/+13
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-091-0/+1
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-093-3/+3
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-092-2/+7
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-084-12/+30
* [SPARK-13754] Keep old data source name for backwards compatibilityHossein2016-03-082-1/+12
* [SPARK-13750][SQL] fix sizeInBytes of HadoopFsRelationDavies Liu2016-03-082-0/+44
* [SPARK-13755] Escape quotes in SQL plan visualization node labelsJosh Rosen2016-03-081-7/+7
* [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull ...Sameer Agarwal2016-03-082-13/+127
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-089-167/+167
* [SPARK-13404] [SQL] Create variables for input row when it's actually usedDavies Liu2016-03-077-152/+218
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-071-1/+3
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-0728-1544/+1102
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-074-0/+38
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-072-5/+3
* [SPARK-13694][SQL] QueryPlan.expressions should always include all expressionsWenchen Fan2016-03-071-1/+1
* [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch...Nong Li2016-03-049-45/+284
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-046-6/+9
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-03-031-0/+6
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-037-124/+110
* [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to...Shixiong Zhu2016-03-034-9/+21
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-0310-9/+16
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-032-2/+2
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-036-20/+184
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10Sean Owen2016-03-031-1/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0327-35/+10
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0313-45/+44
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-031-4/+4
* [SPARK-13528][SQL] Make the short names of compression codecs consistent in P...Takeshi YAMAMURO2016-03-024-33/+37
* [SPARK-13574] [SQL] Add benchmark to measure string dictionary decode.Nong Li2016-03-021-18/+52
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-021-46/+49
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-021-1/+10
* [SPARK-13167][SQL] Include rows with null values for partition column when re...sureshthalamati2016-03-012-1/+45
* [SPARK-13598] [SQL] remove LeftSemiJoinBNLDavies Liu2016-03-014-95/+2
* [SPARK-13582] [SQL] defer dictionary decoding in parquet readerDavies Liu2016-03-0113-203/+207
* [SPARK-13511] [SQL] Add wholestage codegen for limitLiang-Chi Hsieh2016-03-012-2/+47
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-294-29/+119