aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15265][SQL][MINOR] Fix Union query error message indentationDongjoon Hyun2016-05-101-6/+5
* [SPARK-15249][SQL] Use FunctionResource instead of (String, String) in Create...Sandeep Singh2016-05-105-15/+10
* [SPARK-14986][SQL] Return correct result for empty LATERAL VIEW OUTERHerman van Hovell2016-05-101-1/+2
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-106-99/+233
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-101-3/+8
* [SPARK-15215][SQL] Fix Explain Parsing and Outputgatorsmile2016-05-102-6/+6
* [SPARK-15187][SQL] Disallow Dropping Default Databasegatorsmile2016-05-101-38/+58
* [SPARK-15234][SQL] Fix spark.catalog.listDatabases.show()Andrew Or2016-05-091-1/+9
* [SPARK-14972] Improve performance of JSON schema inference's compatibleType m...Josh Rosen2016-05-093-12/+26
* [SPARK-15210][SQL] Add missing @DeveloperApi annotation in sql.typesZheng RuiFeng2016-05-093-1/+6
* [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentationLiang-Chi Hsieh2016-05-091-4/+4
* [SPARK-15093][SQL] create/delete/rename directory for InMemoryCatalog operati...Wenchen Fan2016-05-092-4/+213
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-092-6/+54
* [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Tablegatorsmile2016-05-091-0/+9
* [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Funct...gatorsmile2016-05-092-5/+62
* [SPARK-15122] [SQL] Fix TPC-DS 41 - Normalize predicates before pulling them outHerman van Hovell2016-05-061-1/+3
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-066-15/+25
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-051-4/+5
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-053-50/+64
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-051-0/+4
* [SPARK-14139][SQL] RowEncoder should preserve schema nullabilityWenchen Fan2016-05-063-15/+71
* [SPARK-15132][MINOR][SQL] Debug log for generated code should be printed with...Kousuke Saruta2016-05-041-1/+1
* [SPARK-6339][SQL] Supports CREATE TEMPORARY VIEW tableIdentifier AS querySean Zhong2016-05-041-1/+1
* [SPARK-14951] [SQL] Support subexpression elimination in TungstenAggregateLiang-Chi Hsieh2016-05-042-5/+76
* [SPARK-14127][SQL] Native "DESC [EXTENDED | FORMATTED] <table>" DDL commandCheng Lian2016-05-042-1/+5
* [SPARK-15029] improve error message for GenerateWenchen Fan2016-05-047-60/+115
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-036-41/+35
* [SPARK-15056][SQL] Parse Unsupported Sampling Syntax and Issue Better Exceptionsgatorsmile2016-05-033-3/+22
* [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
* 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