aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-232-0/+390
* [SPARK-17182][SQL] Mark Collect as non-deterministicCheng Lian2016-08-231-0/+4
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-222-14/+18
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-221-3/+6
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-211-0/+2
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-201-2/+15
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-192-14/+24
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-191-6/+6
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-192-6/+23
* HOTFIX: compilation broken due to protected ctor.Reynold Xin2016-08-181-2/+1
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-197-46/+259
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-182-3/+13
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-186-1/+160
* [SPARK-17107][SQL] Remove redundant pushdown rule for UnionLiang-Chi Hsieh2016-08-182-17/+7
* [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinalpetermaxlee2016-08-184-37/+28
* [SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGroupedDatas...Liang-Chi Hsieh2016-08-181-0/+13
* [SPARK-17106] [SQL] Simplify the SubqueryExpression interfaceHerman van Hovell2016-08-174-38/+36
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-08-171-6/+26
* [SPARK-17032][SQL] Add test cases for methods in ParserUtils.jiangxingbo2016-08-172-7/+128
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-1614-51/+65
* [SPARK-17084][SQL] Rename ParserUtils.assert to validateHerman van Hovell2016-08-162-9/+9
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-165-13/+147
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-124-18/+17
* [SPARK-16598][SQL][TEST] Added a test case for verifying the table identifier...gatorsmile2016-08-121-0/+8
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-112-9/+9
* [SPARK-16958] [SQL] Reuse subqueries within the same queryDavies Liu2016-08-112-2/+9
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-111-12/+12
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-103-2/+11
* Fixed typoMichał Kiełbowicz2016-08-091-1/+1
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-091-2/+4
* [SPARK-16898][SQL] Adds argument type information for typed logical plan like...Sean Zhong2016-08-092-5/+25
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-2/+0
* [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Tablegatorsmile2016-08-081-2/+2
* [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operati...Nattavut Sutyanyong2016-08-082-0/+30
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-083-9/+9
* [SPARK-16409][SQL] regexp_extract with optional groups causes NPESean Owen2016-08-071-2/+11
* [SPARK-16826][SQL] Switch to java.net.URI for parse_url()Sylvain Zimmer2016-08-051-14/+33
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-052-14/+11
* [SPARK-16853][SQL] fixes encoder error in DataSet typed selectSean Zhong2016-08-041-0/+4
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-044-18/+22
* [SPARK-16888][SQL] Implements eval method for expression AssertNotNullSean Zhong2016-08-042-7/+21
* [SPARK-16596] [SQL] Refactor DataSourceScanExec to do partition discovery at ...Eric Liang2016-08-031-1/+1
* [SPARK-16714][SPARK-16735][SPARK-16646] array, map, greatest, least's type co...Wenchen Fan2016-08-033-18/+97
* [SPARK-16855][SQL] move Greatest and Least from conditionalExpressions.scala ...Wenchen Fan2016-08-024-229/+228
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-023-1/+22
* [SPARK-16062] [SPARK-15989] [SQL] Fix two bugs of Python-only UDTsLiang-Chi Hsieh2016-08-022-3/+23
* [SPARK-16837][SQL] TimeWindow incorrectly drops slideDuration in constructorsTom Magrino2016-08-022-2/+14
* [SPARK-16850][SQL] Improve type checking error message for greatest/leastpetermaxlee2016-08-022-2/+15
* [SPARK-16828][SQL] remove MaxOf and MinOfWenchen Fan2016-08-014-175/+0
* [SPARK-16774][SQL] Fix use of deprecated timestamp constructor & improve time...Holden Karau2016-08-012-7/+10