aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-1115-50/+48
* [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-1015-901/+463
* [SPARK-13751] [SQL] generate better code for FilterDavies Liu2016-03-103-14/+57
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-104-4/+4
* [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-091-4/+4
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-094-3/+6
* [SPARK-13527][SQL] Prune Filters based on Constraintsgatorsmile2016-03-091-1/+1
* [SPARK-13523] [SQL] Reuse exchanges in a queryDavies Liu2016-03-0910-28/+179
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-091-24/+13
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-091-0/+1
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-081-2/+20
* [SPARK-13754] Keep old data source name for backwards compatibilityHossein2016-03-081-1/+2
* [SPARK-13750][SQL] fix sizeInBytes of HadoopFsRelationDavies Liu2016-03-081-0/+2
* [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-081-13/+24
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-087-147/+145
* [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-0719-1455/+1077
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-071-0/+9
* [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-043-15/+132
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-046-6/+9
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-034-108/+101
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-039-8/+15
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-1/+1
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-033-10/+47
* [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-0316-21/+6
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-038-15/+19
* [SPARK-13528][SQL] Make the short names of compression codecs consistent in P...Takeshi YAMAMURO2016-03-023-22/+23
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-021-46/+49
* [SPARK-13167][SQL] Include rows with null values for partition column when re...sureshthalamati2016-03-011-1/+7
* [SPARK-13598] [SQL] remove LeftSemiJoinBNLDavies Liu2016-03-012-83/+0
* [SPARK-13582] [SQL] defer dictionary decoding in parquet readerDavies Liu2016-03-013-14/+10
* [SPARK-13511] [SQL] Add wholestage codegen for limitLiang-Chi Hsieh2016-03-011-2/+33
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-292-29/+103
* [SPARK-13509][SPARK-13507][SQL] Support for writing CSV with a single functio...hyukjinkwon2016-02-293-8/+25
* [SPARK-13309][SQL] Fix type inference issue with CSV dataRahul Tanwani2016-02-281-9/+9
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-273-64/+140
* [SPARK-13518][SQL] Enable vectorized parquet scanner by defaultNong Li2016-02-261-4/+1
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-262-85/+224
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-273-25/+2
* [SPARK-13503][SQL] Support to specify the (writing) option for compression co...hyukjinkwon2016-02-254-27/+42
* [SPARK-13487][SQL] User-facing RuntimeConfig interfaceReynold Xin2016-02-253-1/+175
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-02-251-0/+5
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-254-3/+44