aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-241-3/+7
* [SPARK-3969][SQL] Optimizer should have a super class as an interface.Takuya UESHIN2014-10-202-3/+5
* [SPARK-3966][SQL] Fix nullabilities of Cast related to DateType.Takuya UESHIN2014-10-201-0/+4
* [SPARK-3800][SQL] Clean aliases from grouping expressionsMichael Armbrust2014-10-201-0/+18
* [SPARK-3906][SQL] Adds multiple join support for SQLContextCheng Lian2014-10-201-3/+5
* [SPARK-3986][SQL] Fix package names to fit their directory names.Takuya UESHIN2014-10-202-4/+2
* [SQL]Small bug in unresolved.scalaLiquan Pei2014-10-131-1/+1
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-136-20/+45
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-131-5/+31
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-137-27/+161
* [SPARK-3892][SQL] remove redundant type nameDaoyuan Wang2014-10-131-5/+0
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-093-272/+355
* [SPARK-3813][SQL] Support "case when" conditional functions in Spark SQL.ravipesala2014-10-091-0/+14
* [SPARK-3412][SQL]add missing row apiDaoyuan Wang2014-10-093-11/+32
* [SPARK-3711][SQL] Optimize where in clause filter queriesYash Datta2014-10-094-2/+132
* [SPARK-3707] [SQL] Fix bug of type coercion in DIVCheng Hao2014-10-082-5/+42
* [SPARK-3713][SQL] Uses JSON to serialize DataType objectsCheng Lian2014-10-082-82/+151
* [SPARK-3831] [SQL] Filter rule Improvement and bool expression optimization.Kousuke Saruta2014-10-081-0/+12
* [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product]Renat Yusupov2014-10-052-4/+19
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-053-31/+31
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-036-4/+117
* [SPARK-3371][SQL] Renaming a function expression with group by gives errorravipesala2014-10-011-1/+1
* [SPARK-3593][SQL] Add support for sorting BinaryTypeVenkata Ramana Gollamudi2014-10-011-1/+11
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-233-0/+40
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-232-15/+18
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-206-69/+100
* [SPARK-3609][SQL] Adds sizeInBytes statistics for Limit operator when all out...Cheng Lian2014-09-202-0/+21
* [SPARK-2594][SQL] Support CACHE TABLE <name> AS SELECT ...ravipesala2014-09-192-3/+16
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-191-0/+1
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-161-4/+0
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-131-1/+1
* SPARK-3462 push down filters and projections into UnionsCody Koeninger2014-09-112-0/+110
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-111-1/+2
* [SPARK-2781][SQL] Check resolution of LogicalPlans in Analyzer.Aaron Staple2014-09-105-6/+49
* [SPARK-2096][SQL] Correctly parse dot notationsWenchen Fan2014-09-102-7/+12
* [SPARK-3363][SQL] Type Coercion should promote null to all other types.Daoyuan Wang2014-09-102-25/+45
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-101-2/+3
* [SPARK-3448][SQL] Check for null in SpecificMutableRow.updateCheng Lian2014-09-091-1/+3
* [SPARK-3176] Implement 'ABS and 'LAST' for sqlxinyunh2014-09-094-0/+48
* SPARK-3423: [SQL] Implement BETWEEN for SQLParserWilliam Benton2014-09-081-0/+4
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-032-2/+51
* [SPARK-3341][SQL] The dataType of Sqrt expression should be DoubleType.Takuya UESHIN2014-09-021-1/+1
* [SPARK-3173][SQL] Timestamp support in the parserZdenek Farana2014-08-292-1/+12
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-295-34/+29
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-294-0/+30
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-282-3/+16
* [HOTFIX][SQL] Remove cleaning of UDFsMichael Armbrust2014-08-271-3/+0
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-271-6/+8
* [SPARK-3197] [SQL] Reduce the Expression tree object creations for aggregatio...Cheng Hao2014-08-272-17/+18