aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-295-83/+20
* [SPARK-11301] [SQL] fix case sensitivity for filter on partitioned columnsWenchen Fan2015-10-292-7/+15
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-295-10/+354
* [SPARK-11246] [SQL] Table cache for Parquet broken in 1.5xin Wu2015-10-291-0/+5
* [SPARK-11370] [SQL] fix a bug in GroupedIterator and create unit test for itWenchen Fan2015-10-292-37/+144
* [SPARK-11376][SQL] Removes duplicated `mutableRow` fieldCheng Lian2015-10-291-2/+0
* [SPARK-11363] [SQL] LeftSemiJoin should be LeftSemi in SparkStrategiesLiang-Chi Hsieh2015-10-281-3/+3
* [SPARK-11313][SQL] implement cogroup on DataSets (support 2 datasets)Wenchen Fan2015-10-286-0/+217
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-274-15/+125
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-277-99/+259
* [SPARK-11303][SQL] filter should not be pushed down into sampleYanbo Liang2015-10-271-0/+10
* [SPARK-10947] [SQL] With schema inference from JSON into a Dataframe, add opt...Stephen De Gennaro2015-10-264-11/+171
* [SPARK-11325] [SQL] Alias 'alias' in Scala's DataFrame APINong Li2015-10-262-0/+21
* [SQL][DOC] Minor document fixes in interfaces.scalaAlexander Slesarenko2015-10-261-7/+7
* [SPARK-11258] Converting a Spark DataFrame into an R data.frame is slow / req...Frank Rosner2015-10-262-7/+47
* [SPARK-11253] [SQL] reset all accumulators in physical operators before execu...Wenchen Fan2015-10-253-4/+87
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-2511-164/+70
* [SPARK-11274] [SQL] Text data source support for Spark SQL.Reynold Xin2015-10-237-4/+283
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-2311-10/+18
* [SPARK-11116][SQL] First Draft of Dataset APIMichael Armbrust2015-10-2213-1/+1006
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-221-4/+25
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-222-20/+12
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-213-24/+131
* [SPARK-9392][SQL] Dataframe drop should work on unresolved columnsYanbo Liang2015-10-212-4/+9
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-211-4/+9
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-214-3/+63
* [SPARK-10743][SQL] keep the name of expression if possible when do castWenchen Fan2015-10-213-8/+7
* [SPARK-11037][SQL] using Option instead of Some in JdbcDialectsPravin Gadakh2015-10-211-8/+8
* [SPARK-11153][SQL] Disables Parquet filter push-down for string and binary co...Cheng Lian2015-10-212-2/+31
* [SPARK-11149] [SQL] Improve cache performance for primitive typesDavies Liu2015-10-206-78/+230
* [SPARK-11111] [SQL] fast null-safe joinDavies Liu2015-10-202-0/+28
* [SPARK-11088][SQL] Merges partition values using UnsafeProjectionCheng Lian2015-10-191-49/+24
* [SPARK-11180][SQL] Support BooleanType in DataFrame.na.fillRishabh Bhardwaj2015-10-192-16/+27
* [SPARK-11119] [SQL] cleanup for unsafe array and mapWenchen Fan2015-10-192-15/+17
* [SPARK-11126][SQL] Fix the potential flaky testzsxwing2015-10-191-0/+2
* [SPARK-11126][SQL] Fix a memory leak in SQLListener._stageIdToStageMetricszsxwing2015-10-182-3/+23
* [SPARK-11172] Close JsonParser/Generator in testtedyu2015-10-181-6/+8
* [SPARK-10185] [SQL] Feat sql comma separated pathsKoert Kuipers2015-10-173-10/+66
* [SPARK-10581] [DOCS] Groups are not resolved in scaladoc in sql classesPravin Gadakh2015-10-163-6/+6
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-162-22/+27
* [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering i...Josh Rosen2015-10-152-2/+52
* [SPARK-10412] [SQL] report memory usage for tungsten sql physical operatorWenchen Fan2015-10-1510-43/+116
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-151-0/+2
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-146-244/+407
* [SPARK-10829] [SQL] Filter combine partition key and attribute doesn't work i...Cheng Hao2015-10-142-12/+39
* [SPARK-11113] [SQL] Remove DeveloperApi annotation from private classes.Reynold Xin2015-10-1428-150/+22
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-1410-25/+26
* [SPARK-11068] [SQL] [FOLLOW-UP] move execution listener to utilWenchen Fan2015-10-143-2/+4
* [SPARK-8386] [SQL] add write.mode for insertIntoJDBC when the parm overwrite ...Huaxin Gao2015-10-141-1/+1
* [SPARK-11091] [SQL] Change spark.sql.canonicalizeView to spark.sql.nativeView.Yin Huai2015-10-131-2/+2