aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4108][SQL] Fixed usage of deprecated in sql/catalyst/types/datatypesAnant2014-10-301-1/+1
* [SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,...ravipesala2014-10-301-1/+2
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-281-3/+5
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-283-3/+11
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-285-1/+130
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-271-1/+2
* [SPARK-4061][SQL] We cannot use EOL character in the operand of LIKE predicate.Kousuke Saruta2014-10-262-23/+25
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-261-14/+54
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-261-0/+2
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-261-0/+3
* [SPARK-3953][SQL][Minor] Confusable variable name.Kousuke Saruta2014-10-261-1/+1
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-262-22/+19
* [SPARK-3925][SQL] Do not consider the ordering of qualifiers during comparisonLiang-Chi Hsieh2014-10-261-1/+1
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-261-1/+1
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-242-0/+38
* [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