aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14545][SQL] Improve `LikeSimplification` by adding `a%b` ruleDongjoon Hyun2016-04-142-11/+31
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-4/+3
* [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-142-2/+2
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-142-4/+4
* [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-141-4/+4
* [SPARK-14581] [SQL] push predicatese through more logical plansDavies Liu2016-04-136-52/+146
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-133-9/+28
* [SPARK-14578] [SQL] Fix codegen for CreateExternalRow with nested wide schemaDavies Liu2016-04-121-3/+5
* [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