aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13749][SQL][FOLLOW-UP] Faster pivot implementation for many distinct v...Andrew Ray2016-05-021-3/+3
* [SPARK-15062][SQL] fix list type infer serializer issuebomeng2016-05-022-5/+21
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-024-70/+21
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-026-39/+148
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-026-14/+72
* [SPARK-14830][SQL] Add RemoveRepetitionFromGroupExpressions optimizer.Dongjoon Hyun2016-05-022-2/+33
* [SPARK-13749][SQL] Faster pivot implementation for many distinct values with ...Andrew Ray2016-05-022-30/+207
* [SPARK-14637][SQL] object expressions cleanupWenchen Fan2016-05-021-118/+100
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-301-5/+30
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-293-3/+107
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-294-221/+14
* [SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegenReynold Xin2016-04-292-2/+3
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-2912-318/+384
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-292-6/+61
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-292-2/+5
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-298-91/+63
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-281-1/+0
* [SPARK-14965][SQL] Indicate an exception is thrown for a missing struct fieldGregory Hart2016-04-281-4/+9
* [SPARK-14487][SQL] User Defined Type registration without SQLUserDefinedType ...Liang-Chi Hsieh2016-04-283-4/+135
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-275-170/+190
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-271-1/+3
* [SPARK-14664][SQL] Implement DecimalAggregates optimization for Window queriesDongjoon Hyun2016-04-272-11/+151
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-272-7/+10
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-267-21/+69
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-274-8/+32
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-263-3/+28
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-261-1/+1
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-259-65/+100
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-254-33/+260
* [SPARK-14870] [SQL] Fix NPE in TPCDS q14aSameer Agarwal2016-04-241-2/+5
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-244-3/+14
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-241-15/+13
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-231-0/+9
* [SPARK-14838] [SQL] Set default size for ObjecType to avoid failure when esti...Liang-Chi Hsieh2016-04-231-2/+1
* [MINOR] [SQL] Fix error message string in nullSafeEvel of TernaryExpressionDongjoon Hyun2016-04-231-1/+2
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-234-11/+19
* [SPARK-14872][SQL] Restructure command packageReynold Xin2016-04-231-0/+0
* [SPARK-14866][SQL] Break SQLQuerySuite out into smaller test suitesReynold Xin2016-04-221-3/+3
* [SPARK-14863][SQL] Cache TreeNode's hashCode by defaultJosh Rosen2016-04-231-0/+5
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-222-0/+5
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-221-3/+6
* [SPARK-14796][SQL] Add spark.sql.optimizer.inSetConversionThreshold config op...Dongjoon Hyun2016-04-224-6/+30
* [SPARK-14763][SQL] fix subquery resolutionDavies Liu2016-04-226-39/+156
* [SPARK-14762] [SQL] TPCDS Q90 fails to parseHerman van Hovell2016-04-222-6/+51
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-226-7/+33
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-224-2/+78
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-221-1/+1
* [SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilderReynold Xin2016-04-211-4/+16
* [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in Tungste...Sameer Agarwal2016-04-211-0/+57
* [SPARK-14793] [SQL] Code generation for large complex type exceeds JVM size l...Takuya UESHIN2016-04-213-53/+144