aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-281-1/+1
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+1
* [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
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-213-9/+23
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-212-4/+5
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-211-3/+61
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-206-17/+15
* [SPARK-14600] [SQL] Push predicates through ExpandWenchen Fan2016-04-194-9/+25
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-193-62/+78
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-199-29/+332
* [SPARK-14675][SQL] ClassFormatError when use Seq as Aggregator buffer typeWenchen Fan2016-04-192-4/+17