aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12976][SQL] Add LazilyGenerateOrdering and use it for RangePartitioner...Takuya UESHIN2016-02-161-0/+37
* [SPARK-13221] [SQL] Fixing GroupingSets when Aggregate Functions Containing G...gatorsmile2016-02-151-1/+11
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-144-2/+281
* [SPARK-13185][SQL] Reuse Calendar object in DateTimeUtils.StringToDate method...Carson Wang2016-02-141-1/+9
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-131-1/+2
* [SPARK-12705] [SQL] push missing attributes for SortDavies Liu2016-02-122-83/+52
* [SPARK-13277][SQL] ANTLR ignores other rule using the USING keywordLiang-Chi Hsieh2016-02-111-1/+1
* [SPARK-13270][SQL] Remove extra new lines in whole stage codegen and include ...Nong Li2016-02-101-0/+14
* [SPARK-13235][SQL] Removed an Extra Distinct from the Plan when Using Union i...gatorsmile2016-02-112-29/+32
* [SPARK-13276] Catch bad characters at the end of a Table Identifier/Expressio...Herman van Hovell2016-02-113-4/+17
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-107-17/+77
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-117-30/+65
* [SPARK-11565] Replace deprecated DigestUtils.shaHex callGábor Lipták2016-02-102-2/+6
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-091-1/+0
* [SPARK-12888] [SQL] [FOLLOW-UP] benchmark the new hash expressionWenchen Fan2016-02-091-7/+33
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-085-98/+62
* [SPARK-8964] [SQL] Use Exchange to perform shuffle in LimitJosh Rosen2016-02-081-0/+11
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-051-1/+1
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-057-79/+145
* [SPARK-13079][SQL] InMemoryCatalog follow-upsAndrew Or2016-02-042-5/+22
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-044-6/+18
* [SPARK-12828][SQL] Natural join follow-upReynold Xin2016-02-033-12/+17
* [SPARK-12828][SQL] add natural join supportDaoyuan Wang2016-02-039-11/+173
* [SPARK-13079][SQL] Extend and implement InMemoryCatalogAndrew Or2016-02-033-47/+328
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-033-2/+44
* [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-023-24/+42
* [SPARK-13020][SQL][TEST] fix random generator for map typeWenchen Fan2016-02-032-4/+25
* [DOCS] Update StructType.scalaKevin (Sangwoo) Kim2016-02-021-0/+1
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-029-739/+264
* [SPARK-13056][SQL] map column would throw NPE if value is nullDaoyuan Wang2016-02-021-6/+9
* [SPARK-13078][SQL] API and test cases for internal catalogReynold Xin2016-02-014-0/+710
* [SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch.Nong Li2016-02-011-0/+22
* [SPARK-12705][SPARK-10777][SQL] Analyzer Rule ResolveSortReferencesgatorsmile2016-02-013-21/+169
* [SPARK-12989][SQL] Delaying Alias Cleanup after ExtractWindowExpressionsgatorsmile2016-02-011-2/+3
* [SPARK-13093] [SQL] improve null check in nullSafeCodeGen for unary, binary a...Wenchen Fan2016-01-313-67/+85
* [SPARK-12689][SQL] Migrate DDL parsing to the newly absorbed parserLiang-Chi Hsieh2016-01-304-16/+105
* [SPARK-13070][SQL] Better error message when Parquet schema merging failsCheng Lian2016-01-301-3/+3
* [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-301-11/+2
* [SPARK-13098] [SQL] remove GenericInternalRowWithSchemaWenchen Fan2016-01-291-12/+0
* [SPARK-12914] [SQL] generate aggregation with grouping keysDavies Liu2016-01-292-25/+49
* [SPARK-12656] [SQL] Implement Intersect with Left-semi Joingatorsmile2016-01-298-108/+187
* [SPARK-13072] [SQL] simplify and improve murmur3 hash expression codegenWenchen Fan2016-01-291-86/+69
* [SPARK-13031][SQL] cleanup codegen and improve test coverageDavies Liu2016-01-292-3/+12
* [SPARK-13067] [SQL] workaround for a weird scala reflection problemWenchen Fan2016-01-282-6/+23
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-281-0/+4
* Revert "[SPARK-13031] [SQL] cleanup codegen and improve test coverage"Davies Liu2016-01-282-12/+3
* [SPARK-11955][SQL] Mark optional fields in merging schema for safely pushdown...Liang-Chi Hsieh2016-01-283-10/+43
* [SPARK-13031] [SQL] cleanup codegen and improve test coverageDavies Liu2016-01-282-3/+12