aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-171-47/+137
* [SPARK-11735][CORE][SQL] Add a check in the constructor of SQLContext/SparkSe...Shixiong Zhu2016-05-172-0/+3
* [MINOR][DOCS] Replace remaining 'sqlContext' in ScalaDoc/JavaDoc.Dongjoon Hyun2016-05-175-14/+14
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-171-108/+113
* [SPARK-14346][SQL][FOLLOW-UP] add tests for CREAT TABLE USING with partition ...Wenchen Fan2016-05-173-2/+106
* [SPARK-15165] [SQL] Codegen can break because toCommentSafeString is not actu...Kousuke Saruta2016-05-171-0/+264
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-14942][SQL][STREAMING] Reduce delay between batch construction and exe...Liwei Lin2016-05-164-19/+99
* [SPARK-15253][SQL] Support old table schema config key "spark.sql.sources.sch...Sean Zhong2016-05-161-11/+18
* [MINOR] Fix TyposZheng RuiFeng2016-05-153-7/+5
* [TRIVIAL] Add () to SparkSession's builder functionTejas Patil2016-05-131-1/+1
* [SPARK-15267][SQL] Refactor options for JDBC and ORC data sources and change ...hyukjinkwon2016-05-133-19/+53
* [SPARK-15310][SQL] Rename HiveTypeCoercion -> TypeCoercionReynold Xin2016-05-132-5/+5
* [SPARK-13866] [SQL] Handle decimal type in CSV inference at CSV data source.hyukjinkwon2016-05-124-4/+81
* [SPARK-14541][SQL] Support IFNULL, NULLIF, NVL and NVL2Reynold Xin2016-05-122-6/+72
* [SPARK-15306][SQL] Move object expressions into expressions.objects packageReynold Xin2016-05-123-0/+3
* [SPARK-10605][SQL] Create native collect_list/collect_set aggregatesHerman van Hovell2016-05-122-10/+28
* [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