aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-301-2/+2
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-302-7/+29
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-301-3/+3
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-2918-48/+57
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-292-2/+19
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-294-0/+472
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-292-2/+6
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-293-4/+5
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-281-2/+31
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-283-5/+5
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-282-5/+1
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-283-0/+515
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-281-0/+4
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-282-27/+9
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-282-3/+36
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-282-6/+19
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeans\nRemove th...Herman van Hovell2016-11-281-1/+1
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-281-2/+8
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-282-6/+9
* [SPARK-18585][SQL] Use `ev.isNull = "false"` if possible for Janino to have a...Takuya UESHIN2016-11-272-11/+6
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-272-0/+45
* [SPARK-17251][SQL] Improve `OuterReference` to be `NamedExpression`Dongjoon Hyun2016-11-263-2/+53
* [SPARK-18583][SQL] Fix nullability of InputFileName.Takuya UESHIN2016-11-251-1/+1
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-251-11/+13
* [SPARK-18559][SQL] Fix HLL++ with small relative errorZhenhua Wang2016-11-252-4/+14
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2517-19/+19
* [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect r...Nattavut Sutyanyong2016-11-241-0/+10
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-231-47/+165
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-234-35/+52
* [SPARK-18179][SQL] Throws analysis exception with a proper message for unsupp...hyukjinkwon2016-11-222-0/+13
* [SPARK-18533] Raise correct error upon specification of schema for datasource...Dilip Biswal2016-11-221-5/+1
* [SPARK-18465] Add 'IF EXISTS' clause to 'UNCACHE' to not throw exceptions whe...Burak Yavuz2016-11-221-1/+1
* [SPARK-18504][SQL] Scalar subquery with extra group by columns returning inco...Nattavut Sutyanyong2016-11-222-9/+24
* [SPARK-18519][SQL] map type can not be used in EqualToWenchen Fan2016-11-224-43/+48
* [SPARK-18398][SQL] Fix nullabilities of MapObjects and ExternalMapToCatalyst.Takuya UESHIN2016-11-211-3/+5
* [SPARK-18467][SQL] Extracts method for preparing arguments from StaticInvoke,...Takuya UESHIN2016-11-211-62/+101
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-192-25/+101
* [SQL] Fix documentation for Concat and ConcatWsReynold Xin2016-11-191-6/+4
* [SPARK-18508][SQL] Fix documentation error for DateDiffReynold Xin2016-11-191-2/+5
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-192-6/+6
* [SPARK-18442][SQL] Fix nullability of WrapOption.Takuya UESHIN2016-11-171-1/+1
* [SPARK-18415][SQL] Weird Plan Output when CTE used in RunnableCommandgatorsmile2016-11-161-0/+8
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-163-3/+4
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-162-2/+40
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-151-8/+1
* [SPARK-18300][SQL] Fix scala 2.10 build for FoldablePropagationHerman van Hovell2016-11-151-6/+27
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-152-9/+27
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-152-30/+55
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-141-1/+4
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-147-7/+103