aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-2710-16/+261
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-2718-615/+563
* [SPARK-11303][SQL] filter should not be pushed down into sampleYanbo Liang2015-10-272-4/+10
* [SPARK-11277][SQL] sort_array throws exception scala.MatchErrorJia Li2015-10-272-1/+12
* [SPARK-10562] [SQL] support mixed case partitionBy column names for tables st...Wenchen Fan2015-10-263-27/+54
* [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-2512-165/+70
* [SPARK-6428][SQL] Removed unnecessary typecasts in MutableInt, MutableDouble ...Alexander Slesarenko2015-10-251-9/+9
* [SPARK-11194] [SQL] Use MutableURLClassLoader for the classLoader in Isolated...Yin Huai2015-10-231-28/+51
* [SPARK-11274] [SQL] Text data source support for Spark SQL.Reynold Xin2015-10-237-4/+283
* [SPARK-11243][SQL] zero out padding bytes in UnsafeRowDavies Liu2015-10-232-5/+35
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-2348-48/+74
* [SPARK-11116][SQL] First Draft of Dataset APIMichael Armbrust2015-10-2226-23/+1501
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-222-16/+55
* [SPARK-11216][SQL][FOLLOW-UP] add encoder/decoder for external rowWenchen Fan2015-10-224-16/+17
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-222-20/+12
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-217-132/+291
* [SPARK-9392][SQL] Dataframe drop should work on unresolved columnsYanbo Liang2015-10-212-4/+9
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2128-8/+28
* [SPARK-8654][SQL] Analysis exception when using NULL IN (...) : invalid castDilip Biswal2015-10-213-3/+32
* [SPARK-11233][SQL] register cosh in function registryShagun Sodhani2015-10-211-0/+1
* [SPARK-11208][SQL] Filter out 'hive.metastore.rawstore.impl' from executionHi...Artem Aliev2015-10-211-1/+2
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-217-45/+219
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-219-8/+90
* [SPARK-10743][SQL] keep the name of expression if possible when do castWenchen Fan2015-10-214-25/+23
* [SPARK-10534] [SQL] ORDER BY clause allows only columns that are present in t...Dilip Biswal2015-10-212-1/+11
* [SPARK-11216] [SQL] add encoder/decoder for external rowWenchen Fan2015-10-219-54/+459
* [SPARK-11179] [SQL] Push filters through aggregatenitin goyal2015-10-212-0/+69
* [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-209-122/+265
* [SPARK-11111] [SQL] fast null-safe joinDavies Liu2015-10-205-15/+105
* [SPARK-6740] [SQL] correctly parse NOT operator with comparison operationsWenchen Fan2015-10-203-8/+21
* [SPARK-10463] [SQL] remove PromotePrecision during optimizationDaoyuan Wang2015-10-201-3/+4
* [SPARK-11110][BUILD] Remove transient annotation for parameters.Jakob Odersky2015-10-201-3/+3
* [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-1910-192/+174
* [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-163-52/+53
* [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