aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* Support cross building for Scala 2.11Prashant Sharma2014-11-112-6/+24
* [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.Takuya UESHIN2014-11-072-1/+3
* [SQL] Modify keyword val location according to orderingJacky Li2014-11-071-1/+1
* [SQL] Support ScalaReflection of schema in different universesMichael Armbrust2014-11-071-3/+15
* [SQL] Add String option for DSL ASMichael Armbrust2014-11-041-1/+2
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-031-1/+8
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-031-257/+303
* [SPARK-4152] [SQL] Avoid data change in CTAS while table already existedCheng Hao2014-11-031-0/+22
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-031-0/+59
* [SPARK-3594] [PySpark] [SQL] take more rows to infer schema or samplingDavies Liu2014-11-031-1/+1
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-031-0/+1
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-025-67/+206
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-024-12/+16
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0119-106/+1154
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-017-16/+382
* [SPARK-2220][SQL] Fixes remaining Hive commandsCheng Lian2014-10-312-25/+11
* [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL a...ravipesala2014-10-311-2/+4
* [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