aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-168-31/+38
* [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-163-12/+81
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-123-17/+16
* [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-102-2/+8
* 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-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-081-0/+13
* [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-051-12/+5
* [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-043-8/+12
* [SPARK-16888][SQL] Implements eval method for expression AssertNotNullSean Zhong2016-08-041-7/+13
* [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-031-17/+30
* [SPARK-16855][SQL] move Greatest and Least from conditionalExpressions.scala ...Wenchen Fan2016-08-022-122/+121
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-022-1/+17
* [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-021-2/+2
* [SPARK-16850][SQL] Improve type checking error message for greatest/leastpetermaxlee2016-08-021-2/+2
* [SPARK-16828][SQL] remove MaxOf and MinOfWenchen Fan2016-08-012-114/+0
* [SPARK-16774][SQL] Fix use of deprecated timestamp constructor & improve time...Holden Karau2016-08-011-6/+8
* [SPARK-16791][SQL] cast struct with timestamp field failseyal farago2016-08-011-1/+1
* [SPARK-16726][SQL] Improve `Union/Intersect/Except` error messages on incompa...Dongjoon Hyun2016-08-011-13/+31
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-312-45/+14
* [SPARK-16813][SQL] Remove private[sql] and private[spark] from catalyst packageReynold Xin2016-07-3118-32/+32
* [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in Tree...Tathagata Das2016-07-291-1/+7
* [SPARK-16639][SQL] The query with having condition that contains grouping by ...Liang-Chi Hsieh2016-07-281-1/+14
* [SPARK-16730][SQL] Implement function aliases for type castspetermaxlee2016-07-282-7/+47
* [SPARK-16729][SQL] Throw analysis exception for invalid date castspetermaxlee2016-07-271-7/+2
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-263-0/+541
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-263-28/+176
* [SPARK-16686][SQL] Remove PushProjectThroughSample since it is handled by Col...Liang-Chi Hsieh2016-07-261-12/+0
* [SPARK-16633][SPARK-16642][SPARK-16721][SQL] Fixes three issues related to le...Yin Huai2016-07-252-22/+26
* [SPARK-16724] Expose DefinedByConstructorParamsMichael Armbrust2016-07-251-1/+1
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-261-3/+3
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-251-3/+3
* [SPARK-16698][SQL] Field names having dots should be allowed for datasources ...hyukjinkwon2016-07-251-1/+1
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-251-12/+37
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-251-3/+3
* [SPARK-16648][SQL] Make ignoreNullsExpr a child expression of First and LastCheng Lian2016-07-252-4/+4
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-251-5/+5
* [SPARK-16622][SQL] Fix NullPointerException when the returned value of the ca...Liang-Chi Hsieh2016-07-231-17/+30