aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17061][SPARK-17093][SQL] MapObjects` should make copies of unsafe-back...Liwei Lin2016-08-252-1/+35
* [SPARK-17228][SQL] Not infer/propagate non-deterministic constraintsSameer Agarwal2016-08-241-0/+17
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-231-0/+126
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-191-3/+6
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-191-0/+6
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-192-14/+109
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-181-1/+8
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-181-1/+7
* [SPARK-17107][SQL] Remove redundant pushdown rule for UnionLiang-Chi Hsieh2016-08-181-1/+2
* [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinalpetermaxlee2016-08-181-11/+13
* [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-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