aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15231][SQL] Document the semantic of saveAsTable and insertInto and do...Shixiong Zhu2016-05-103-2/+82
* [SPARK-15255][SQL] limit the length of name for cached DataFrameDavies Liu2016-05-101-1/+5
* [SPARK-15265][SQL][MINOR] Fix Union query error message indentationDongjoon Hyun2016-05-101-6/+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-1010-27/+27
* [SPARK-14986][SQL] Return correct result for empty LATERAL VIEW OUTERHerman van Hovell2016-05-102-1/+9
* [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
* [SPARK-15037][HOTFIX] Replace `sqlContext` and `sparkSession` with `spark`.Dongjoon Hyun2016-05-101-2/+2
* [HOTFIX] SQL test compilation error from merge conflictAndrew Or2016-05-101-4/+4
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-109-123/+259
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-10110-1574/+1651
* [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-1062-8/+2237
* [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-103-20/+183
* [SPARK-15215][SQL] Fix Explain Parsing and Outputgatorsmile2016-05-106-29/+24
* [SPARK-15187][SQL] Disallow Dropping Default Databasegatorsmile2016-05-104-52/+106
* [SPARK-15229][SQL] Make case sensitivity setting internalReynold Xin2016-05-091-1/+3
* [SPARK-15234][SQL] Fix spark.catalog.listDatabases.show()Andrew Or2016-05-094-14/+55
* [SPARK-15025][SQL] fix duplicate of PATH key in datasource table optionsxin Wu2016-05-092-6/+29
* [SPARK-14972] Improve performance of JSON schema inference's compatibleType m...Josh Rosen2016-05-094-24/+94
* [SPARK-15173][SQL] DataFrameWriter.insertInto should work with datasource tab...Wenchen Fan2016-05-094-7/+23
* [SPARK-15166][SQL] Move some hive-specific code from SparkSessionAndrew Or2016-05-093-19/+13
* [SPARK-15210][SQL] Add missing @DeveloperApi annotation in sql.typesZheng RuiFeng2016-05-093-1/+6
* [MINOR][SQL] Enhance the exception message if checkpointLocation is not setjerryshao2016-05-091-3/+9
* [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentationLiang-Chi Hsieh2016-05-091-4/+4
* [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMATTED] <table>' support data sou...Cheng Lian2016-05-092-30/+47
* [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-094-44/+232
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-095-12/+143
* [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Tablegatorsmile2016-05-092-0/+69
* [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-062-1/+15
* [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-065-30/+356
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-0611-31/+91
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-076-56/+126
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-057-15/+20
* [SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveC...Dilip Biswal2016-05-054-7/+8
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-054-14/+15
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-056-56/+73
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-053-19/+11
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-054-97/+311
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-051-2/+3
* [SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0hyukjinkwon2016-05-052-3/+3
* [SPARK-14139][SQL] RowEncoder should preserve schema nullabilityWenchen Fan2016-05-064-16/+88