aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-0816-90/+549
* [SPARK-13095] [SQL] improve performance for broadcast join with dimension tableDavies Liu2016-02-088-69/+438
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-087-104/+64
* [SPARK-8964] [SQL] Use Exchange to perform shuffle in LimitJosh Rosen2016-02-088-160/+223
* [SPARK-5865][API DOC] Add doc warnings for methods that return local data str...Tommy YU2016-02-061-0/+4
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-054-6/+6
* [SPARK-13215] [SQL] remove fallback in codegenDavies Liu2016-02-053-66/+8
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-0512-104/+230
* [SPARK-13166][SQL] Rename DataStreamReaderWriterSuite to DataFrameReaderWrite...Shixiong Zhu2016-02-051-1/+1
* [SPARK-13187][SQL] Add boolean/long/double options in DataFrameReader/WriterReynold Xin2016-02-043-0/+67
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-042-4/+4
* [SPARK-12850][SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Ta...gatorsmile2016-02-043-10/+245
* [SPARK-13079][SQL] InMemoryCatalog follow-upsAndrew Or2016-02-042-5/+22
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-046-10/+33
* [SPARK-12828][SQL] Natural join follow-upReynold Xin2016-02-033-12/+17
* [SPARK-12828][SQL] add natural join supportDaoyuan Wang2016-02-0311-11/+198
* [SPARK-13079][SQL] Extend and implement InMemoryCatalogAndrew Or2016-02-033-47/+328
* [SPARK-13152][CORE] Fix task metrics deprecation warningHolden Karau2016-02-031-2/+2
* [SPARK-13131] [SQL] Use best and average time in benchmarkDavies Liu2016-02-031-89/+65
* [SPARK-13166][SQL] Remove DataStreamReader/WriterReynold Xin2016-02-038-315/+86
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-034-6/+46
* [SPARK-12798] [SQL] generated BroadcastHashJoinDavies Liu2016-02-037-20/+169
* [SPARK-12957][SQL] Initial support for constraint propagation in SparkSQLSameer Agarwal2016-02-024-7/+302
* [SPARK-13147] [SQL] improve readability of generated codeDavies Liu2016-02-027-39/+63
* [SPARK-12951] [SQL] support spilling in generated aggregateDavies Liu2016-02-021-30/+142
* [SPARK-12992] [SQL] Update parquet reader to support more types when decoding...Nong Li2016-02-026-21/+424
* [SPARK-13020][SQL][TEST] fix random generator for map typeWenchen Fan2016-02-032-4/+25
* [SPARK-13150] [SQL] disable two flaky testsDavies Liu2016-02-021-2/+4
* [DOCS] Update StructType.scalaKevin (Sangwoo) Kim2016-02-021-0/+1
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-0214-755/+331
* [SPARK-13138][SQL] Add "logical" package prefix for ddl.scalaReynold Xin2016-02-021-6/+7
* [SPARK-13056][SQL] map column would throw NPE if value is nullDaoyuan Wang2016-02-022-6/+19
* [SPARK-13114][SQL] Add a test for tokens more than the fields in schemahyukjinkwon2016-02-022-0/+18
* [SPARK-13094][SQL] Add encoders for seq/array of primitivesMichael Armbrust2016-02-023-2/+91
* [SPARK-10820][SQL] Support for the continuous execution of structured queriesMichael Armbrust2016-02-0224-32/+1828
* [SPARK-13087][SQL] Fix group by function for sort based aggregationMichael Armbrust2016-02-022-3/+10
* [SPARK-13130][SQL] Make codegen variable names easier to readReynold Xin2016-02-011-2/+9
* [SPARK-13078][SQL] API and test cases for internal catalogReynold Xin2016-02-014-0/+710
* Fix for [SPARK-12854][SQL] Implement complex types support in Columna…Jacek Laskowski2016-02-012-2/+2
* [SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch.Nong Li2016-02-017-42/+476
* [SPARK-12705][SPARK-10777][SQL] Analyzer Rule ResolveSortReferencesgatorsmile2016-02-016-22/+274
* [SPARK-12989][SQL] Delaying Alias Cleanup after ExtractWindowExpressionsgatorsmile2016-02-012-2/+13
* [SPARK-13093] [SQL] improve null check in nullSafeCodeGen for unary, binary a...Wenchen Fan2016-01-313-67/+85
* [SPARK-13049] Add First/last with ignore nulls to functions.scalaHerman van Hovell2016-01-312-27/+123
* [SPARK-12689][SQL] Migrate DDL parsing to the newly absorbed parserLiang-Chi Hsieh2016-01-309-229/+203
* [SPARK-13070][SQL] Better error message when Parquet schema merging failsCheng Lian2016-01-304-7/+77
* [SPARK-13100][SQL] improving the performance of stringToDate method in DateTi...wangyang2016-01-301-1/+2
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-304-18/+9
* [SPARK-13098] [SQL] remove GenericInternalRowWithSchemaWenchen Fan2016-01-292-20/+5
* [SPARK-12914] [SQL] generate aggregation with grouping keysDavies Liu2016-01-296-53/+393