aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14684][SPARK-15277][SQL] Partition Spec Validation in SessionCatalog a...gatorsmile2016-05-121-40/+38
* [SPARK-15094][SPARK-14803][SQL] Remove extra Project added in EliminateSerial...Liang-Chi Hsieh2016-05-121-0/+12
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-1221-52/+97
* [SPARK-15160][SQL] support data source table in InMemoryCatalogWenchen Fan2016-05-116-67/+110
* [SPARK-14346] SHOW CREATE TABLE for data source tablesCheng Lian2016-05-118-118/+281
* [SPARK-15080][CORE] Break copyAndReset into copy and resetSandeep Singh2016-05-121-4/+9
* [SPARK-15264][SPARK-15274][SQL] CSV Reader Error on Blank Column NamesBill Chambers2016-05-113-4/+21
* [SPARK-15276][SQL] CREATE TABLE with LOCATION should imply EXTERNALAndrew Or2016-05-112-5/+19
* [SPARK-15257][SQL] Require CREATE EXTERNAL TABLE to specify LOCATIONAndrew Or2016-05-112-2/+22
* [SPARK-15248][SQL] Make MetastoreFileCatalog consider directories from partit...Tathagata Das2016-05-111-3/+10
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-7/+2
* [SPARK-15231][SQL] Document the semantic of saveAsTable and insertInto and do...Shixiong Zhu2016-05-102-2/+39
* [SPARK-15255][SQL] limit the length of name for cached DataFrameDavies Liu2016-05-101-1/+5
* [SPARK-15250][SQL] Remove deprecated json API in DataFrameReaderhyukjinkwon2016-05-101-32/+1
* [SPARK-15261][SQL] Remove experimental tag from DataFrameReader/WriterReynold Xin2016-05-102-8/+14
* [SPARK-14476][SQL] Improve the physical plan visualization by adding meta inf...Sean Zhong2016-05-105-27/+53
* [SPARK-14837][SQL][STREAMING] Added support in file stream source for reading...Tathagata Das2016-05-105-37/+114
* [SPARK-15249][SQL] Use FunctionResource instead of (String, String) in Create...Sandeep Singh2016-05-103-7/+11
* [SPARK-14986][SQL] Return correct result for empty LATERAL VIEW OUTERHerman van Hovell2016-05-101-0/+7
* [SPARK-14642][SQL] import org.apache.spark.sql.expressions._ breaks udf under...Subhobrata Dey2016-05-107-9/+9
* [SPARK-15037][HOTFIX] Don't create 2 SparkSessions in constructorAndrew Or2016-05-101-11/+1
* [HOTFIX] SQL test compilation error from merge conflictAndrew Or2016-05-101-4/+4
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-101-7/+7
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-1085-1325/+1402
* [SPARK-12837][CORE] reduce network IO for accumulatorsWenchen Fan2016-05-103-10/+10
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-101-5/+58
* [SPARK-15154] [SQL] Change key types to Long in testsPete Robbins2016-05-101-14/+14
* [SPARK-14127][SQL] "DESC <table>": Extracts schema information from table pro...Cheng Lian2016-05-102-19/+128
* [SPARK-15215][SQL] Fix Explain Parsing and Outputgatorsmile2016-05-103-8/+13
* [SPARK-15187][SQL] Disallow Dropping Default Databasegatorsmile2016-05-101-4/+24
* [SPARK-15229][SQL] Make case sensitivity setting internalReynold Xin2016-05-091-1/+3
* [SPARK-15234][SQL] Fix spark.catalog.listDatabases.show()Andrew Or2016-05-093-13/+46
* [SPARK-15025][SQL] fix duplicate of PATH key in datasource table optionsxin Wu2016-05-091-3/+3
* [SPARK-14972] Improve performance of JSON schema inference's compatibleType m...Josh Rosen2016-05-091-12/+68
* [SPARK-15173][SQL] DataFrameWriter.insertInto should work with datasource tab...Wenchen Fan2016-05-093-7/+15
* [SPARK-15166][SQL] Move some hive-specific code from SparkSessionAndrew Or2016-05-091-13/+0
* [MINOR][SQL] Enhance the exception message if checkpointLocation is not setjerryshao2016-05-091-3/+9
* [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMATTED] <table>' support data sou...Cheng Lian2016-05-091-29/+29
* [SPARK-15199][SQL] Disallow Dropping Build-in Functionsgatorsmile2016-05-092-1/+26
* [SPARK-15093][SQL] create/delete/rename directory for InMemoryCatalog operati...Wenchen Fan2016-05-092-40/+19
* [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Tablegatorsmile2016-05-091-0/+60
* [SPARK-15122] [SQL] Fix TPC-DS 41 - Normalize predicates before pulling them outHerman van Hovell2016-05-061-0/+12
* [SPARK-15051][SQL] Create a TypedColumn aliasKevin Yu2016-05-072-6/+21
* [SPARK-14997][SQL] Fixed FileCatalog to return correct set of files when ther...Tathagata Das2016-05-064-6/+148
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-062-10/+12
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-071-1/+1
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-056-11/+15
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-053-12/+15
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-052-4/+7
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-051-13/+0