aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-121-23/+8
* [SPARK-14562] [SQL] improve constraints propagation in UnionDavies Liu2016-04-122-1/+29
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-123-16/+9
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-113-15/+37
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-112-0/+119
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-112-5/+9
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-105-12/+7
* [SPARK-14415][SQL] All functions should show usages by command `DESC FUNCTION`Dongjoon Hyun2016-04-1026-24/+480
* [SPARK-14506][SQL] HiveClientImpl's toHiveTable misses a table property for e...Yin Huai2016-04-091-0/+9
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-095-8/+36
* [SPARK-14335][SQL] Describe function command returns wrong outputYong Tang2016-04-091-1/+32
* [SPARK-14496][SQL] fix some javadoc typosbomeng2016-04-091-1/+1
* [SPARK-14402][HOTFIX] Fix ExpressionDescription annotationJacek Laskowski2016-04-081-3/+3
* [SPARK-14270][SQL] whole stage codegen support for typed filterWenchen Fan2016-04-075-3/+168
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-074-60/+64
* [SPARK-12740] [SPARK-13932] support grouping()/grouping_id() in having/order ...Davies Liu2016-04-072-56/+129
* [SPARK-14452][SQL] Explicit APIs in Scala for specifying encodersReynold Xin2016-04-072-227/+318
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* [SPARK-12610][SQL] Left Anti JoinHerman van Hovell2016-04-067-10/+29
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-063-15/+17
* [SPARK-14224] [SPARK-14223] [SPARK-14310] [SQL] fix RowEncoder and parquet re...Davies Liu2016-04-061-10/+14
* [SPARK-14383][SQL] missing "|" in the g4 filebomeng2016-04-061-1/+1
* [SPARK-14429][SQL] Improve LIKE pattern in "SHOW TABLES / FUNCTIONS LIKE <pat...bomeng2016-04-064-17/+41
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-064-137/+143
* [SPARK-14296][SQL] whole stage codegen support for Dataset.mapWenchen Fan2016-04-064-18/+61
* [SPARK-14129][SPARK-14128][SQL] Alter table DDL commandsAndrew Or2016-04-053-0/+56
* [SPARK-14402][SQL] initcap UDF doesn't match Hive/Oracle behavior in lowercas...Dongjoon Hyun2016-04-052-3/+9
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-054-9/+95
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-0516-226/+281
* [SPARK-14345][SQL] Decouple deserializer expression resolution from ObjectOpe...Wenchen Fan2016-04-055-126/+153
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-053-74/+68
* [SPARK-14348][SQL] Support native execution of SHOW TBLPROPERTIES commandDilip Biswal2016-04-052-0/+13
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-037-9/+9
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-031-0/+3
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-04-021-2/+2
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0212-97/+97
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-022-8/+21
* [MINOR] Typo fixesJacek Laskowski2016-04-021-2/+2
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-011-2/+3
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-011-1/+5
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-018-14/+133
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-015-0/+356
* [SPARK-14191][SQL] Remove invalid Expand operator constraintsLiang-Chi Hsieh2016-04-012-1/+31
* [SPARK-13995][SQL] Extract correct IsNotNull constraints for ExpressionLiang-Chi Hsieh2016-04-017-37/+134
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-011-2/+10
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-011-2/+4
* [SPARK-14182][SQL] Parse DDL Command: Alter Viewgatorsmile2016-03-311-12/+8
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-3125-6564/+327
* [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ pro...Dongjoon Hyun2016-03-302-1/+16
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-308-111/+108