aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17032][SQL] Add test cases for methods in ParserUtils.jiangxingbo2016-08-171-1/+125
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-166-20/+27
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-162-1/+66
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-121-1/+1
* [SPARK-16598][SQL][TEST] Added a test case for verifying the table identifier...gatorsmile2016-08-121-0/+8
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-101-0/+3
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-2/+0
* [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operati...Nattavut Sutyanyong2016-08-081-0/+17
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-051-2/+6
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-041-10/+10
* [SPARK-16888][SQL] Implements eval method for expression AssertNotNullSean Zhong2016-08-041-0/+8
* [SPARK-16714][SPARK-16735][SPARK-16646] array, map, greatest, least's type co...Wenchen Fan2016-08-032-1/+67
* [SPARK-16855][SQL] move Greatest and Least from conditionalExpressions.scala ...Wenchen Fan2016-08-022-107/+107
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-021-0/+5
* [SPARK-16837][SQL] TimeWindow incorrectly drops slideDuration in constructorsTom Magrino2016-08-021-0/+12
* [SPARK-16850][SQL] Improve type checking error message for greatest/leastpetermaxlee2016-08-021-0/+13
* [SPARK-16828][SQL] remove MaxOf and MinOfWenchen Fan2016-08-012-61/+0
* [SPARK-16774][SQL] Fix use of deprecated timestamp constructor & improve time...Holden Karau2016-08-011-1/+2
* [SPARK-16791][SQL] cast struct with timestamp field failseyal farago2016-08-011-0/+10
* [SPARK-16726][SQL] Improve `Union/Intersect/Except` error messages on incompa...Dongjoon Hyun2016-08-011-0/+15
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-311-12/+13
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-301-2/+2
* [SPARK-16729][SQL] Throw analysis exception for invalid date castspetermaxlee2016-07-271-2/+14
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-261-0/+425
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-261-0/+6
* [SPARK-16686][SQL] Remove PushProjectThroughSample since it is handled by Col...Liang-Chi Hsieh2016-07-262-17/+15
* [SPARK-16715][TESTS] Fix a potential ExprId conflict for SubexpressionElimina...Shixiong Zhu2016-07-251-1/+5
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-251-1/+1
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-251-3/+3
* [SPARK-16622][SQL] Fix NullPointerException when the returned value of the ca...Liang-Chi Hsieh2016-07-231-0/+35
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-221-0/+36
* [SPARK-16644][SQL] Aggregate should not propagate constraints containing aggr...Wenchen Fan2016-07-201-2/+4
* [SPARK-16602][SQL] `Nvl` function should support numeric-string casesDongjoon Hyun2016-07-191-0/+15
* [SPARK-16584][SQL] Move regexp unit tests to RegexpExpressionsSuiteReynold Xin2016-07-162-164/+194
* [SPARK-16448] RemoveAliasOnlyProject should not remove alias with metadataWenchen Fan2016-07-141-0/+77
* [SPARK-16343][SQL] Improve the PushDownPredicate rule to pushdown predicates ...蒋星博2016-07-141-4/+4
* [SPARK-16514][SQL] Fix various regex codegen bugsEric Liang2016-07-121-0/+6
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-131-0/+102
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-122-36/+52
* [SPARK-16489][SQL] Guard against variable reuse mistakes in expression code g...Reynold Xin2016-07-122-5/+64
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-111-0/+33
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-111-0/+6
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-112-26/+174
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-081-0/+51
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-081-0/+23
* [SPARK-16436][SQL] checkEvaluation should support NaNpetermaxlee2016-07-081-0/+4
* [SPARK-16052][SQL] Improve `CollapseRepartition` optimizer for Repartition/Re...Dongjoon Hyun2016-07-082-3/+81
* [SPARK-16174][SQL] Improve `OptimizeIn` optimizer to remove literal repetitionsDongjoon Hyun2016-07-071-0/+24
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-071-1/+1
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-061-0/+18