aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-151-0/+2
* [SPARK-11076] [SQL] Add decimal support for floor and ceilCheng Hao2015-10-144-13/+91
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-149-260/+457
* [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-1429-153/+22
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-1432-327/+212
* [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-134-11/+11
* [SPARK-11068] [SQL] add callback to query executionWenchen Fan2015-10-134-6/+261
* [SPARK-11032] [SQL] correctly handle havingWenchen Fan2015-10-132-1/+10
* [SPARK-11090] [SQL] Constructor for Product types from InternalRowMichael Armbrust2015-10-139-159/+723
* [SPARK-11080] [SQL] Incorporate per-JVM id into ExprId to prevent unsafe cros...Josh Rosen2015-10-131-3/+12
* [SPARK-10983] Unified memory managerAndrew Or2015-10-132-8/+4
* [SPARK-10051] [SPARKR] Support collecting data of StructType in DataFrameSun Rui2015-10-131-5/+42
* [SPARK-11030] [SQL] share the SQLTab across sessionsDavies Liu2015-10-135-24/+33
* [SPARK-11009] [SQL] fix wrong result of Window function in cluster modeDavies Liu2015-10-132-10/+51
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-1211-140/+178
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-124-7/+156
* [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal convertersCheng Lian2015-10-126-26/+103