aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [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-132-40/+74
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-132-7/+22
* [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-121-1/+15
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-122-4/+3
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-111-2/+4
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-111-0/+24
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-111-4/+3
* [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-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-094-4/+33
* [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-074-3/+94
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-073-36/+35
* [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-12610][SQL] Left Anti JoinHerman van Hovell2016-04-066-9/+25
* [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-063-17/+29
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-062-136/+77
* [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-051-3/+8
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-053-8/+59
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-059-102/+231
* [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-052-64/+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-036-8/+8
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-031-0/+3
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0211-90/+90
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-021-3/+10
* [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-017-14/+130
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-013-0/+224
* [SPARK-14191][SQL] Remove invalid Expand operator constraintsLiang-Chi Hsieh2016-04-011-1/+4
* [SPARK-13995][SQL] Extract correct IsNotNull constraints for ExpressionLiang-Chi Hsieh2016-04-016-36/+50
* [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-3118-6298/+323