aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11068] [SQL] add callback to query executionWenchen Fan2015-10-134-6/+261
* [SPARK-11032] [SQL] correctly handle havingWenchen Fan2015-10-131-0/+9
* [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-134-21/+24
* [SPARK-11009] [SQL] fix wrong result of Window function in cluster modeDavies Liu2015-10-131-10/+10
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-126-131/+128
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-123-4/+147
* [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal convertersCheng Lian2015-10-126-26/+103
* [SPARK-11053] Remove use of KVIterator in SortBasedAggregationIteratorJosh Rosen2015-10-113-159/+33
* [SPARK-10855] [SQL] Add a JDBC dialect for Apache DerbyRick Hillegas2015-10-092-1/+41
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-081-1/+27
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-084-116/+142
* [SPARK-10914] UnsafeRow serialization breaks when two machines have different...Reynold Xin2015-10-081-1/+28
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-0816-680/+690
* [SPARK-10988] [SQL] Reduce duplication in Aggregate2's expression rewriting l...Josh Rosen2015-10-085-196/+143
* [SPARK-10337] [SQL] fix hive views on non-hive-compatible tables.Wenchen Fan2015-10-081-2/+13
* [SPARK-10887] [SQL] Build HashedRelation outside of HashJoinNode.Yin Huai2015-10-085-49/+258
* [SPARK-11006] Rename NullColumnAccess as NullColumnAccessortedyu2015-10-081-2/+2
* [SPARK-10999] [SQL] Coalesce should be able to handle UnsafeRowCheng Lian2015-10-081-6/+3
* [SPARK-7869][SQL] Adding Postgres JSON and JSONb data types support0x0FFF2015-10-072-0/+11
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-0710-265/+347
* [SPARK-9702] [SQL] Use Exchange to implement logical Repartition operatorJosh Rosen2015-10-073-13/+27
* [SPARK-10982] [SQL] Rename ExpressionAggregate -> DeclarativeAggregate.Reynold Xin2015-10-073-18/+18
* [SPARK-10856][SQL] Mapping TimestampType to DATETIME for SQL Server jdbc dialectLiang-Chi Hsieh2015-10-071-0/+5
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-077-177/+163
* [SPARK-10938] [SQL] remove typeId in columnar cacheDavies Liu2015-10-0612-150/+60