aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-253-12/+16
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-251-1/+1
* [SPARK-15365][SQL] When table size statistics are not available from metastor...Parth Brahmbhatt2016-05-241-8/+25
* [SPARK-15388][SQL] Fix spark sql CREATE FUNCTION with hive 1.2.1wangyang2016-05-241-2/+12
* [SPARK-15280] Input/Output] Refactored OrcOutputWriter and moved serializatio...Ergin Seyfe2016-05-211-39/+45
* [SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-comp...Reynold Xin2016-05-201-0/+73
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-201-13/+11
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-202-2/+2
* [SPARK-14261][SQL] Memory leak in Spark Thrift ServerOleg Danilov2016-05-191-0/+2
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-191-5/+14
* [SPARK-15334][SQL] HiveClient facade not compatible with Hive 0.12Sean Zhong2016-05-182-63/+193
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-171-1/+9
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-171-11/+13
* [SPARK-15267][SQL] Refactor options for JDBC and ORC data sources and change ...hyukjinkwon2016-05-132-35/+63
* [SPARK-10605][SQL] Create native collect_list/collect_set aggregatesHerman van Hovell2016-05-121-16/+0
* [SPARK-14684][SPARK-15277][SQL] Partition Spec Validation in SessionCatalog a...gatorsmile2016-05-121-13/+37
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-121-1/+1
* [SPARK-15160][SQL] support data source table in InMemoryCatalogWenchen Fan2016-05-111-0/+2
* [SPARK-14346] SHOW CREATE TABLE for data source tablesCheng Lian2016-05-112-6/+3
* [SPARK-15248][SQL] Make MetastoreFileCatalog consider directories from partit...Tathagata Das2016-05-111-8/+23
* [SPARK-14933][SQL] Failed to create view out of a parquet or orc tablexin Wu2016-05-111-2/+8
* [SPARK-15249][SQL] Use FunctionResource instead of (String, String) in Create...Sandeep Singh2016-05-101-3/+4
* [SPARK-15187][SQL] Disallow Dropping Default Databasegatorsmile2016-05-101-6/+9
* [SPARK-15166][SQL] Move some hive-specific code from SparkSessionAndrew Or2016-05-092-6/+13
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-091-1/+9
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-061-1/+1
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-072-38/+44
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-051-2/+2
* [SPARK-15103][SQL] Refactored FileCatalog class to allow StreamFileCatalog to...Tathagata Das2016-05-041-7/+2
* [SPARK-14127][SQL] Native "DESC [EXTENDED | FORMATTED] <table>" DDL commandCheng Lian2016-05-042-2/+5
* [SPARK-15029] improve error message for GenerateWenchen Fan2016-05-042-4/+5
* [SPARK-14237][SQL] De-duplicate partition value appending logic in various bu...Cheng Lian2016-05-041-10/+1
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-032-5/+9
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-305-5/+21
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-302-13/+0
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-292-4/+4
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-291-7/+1
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-295-37/+48
* [SPARK-15013][SQL] Remove hiveConf from HiveSessionStateYin Huai2016-04-292-30/+1
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-296-64/+93
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-283-41/+13
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-281-1/+1
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-273-13/+14
* [SPARK-14949][SQL] Remove HiveConf dependency from InsertIntoHiveTableReynold Xin2016-04-271-16/+14
* [SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveT...Reynold Xin2016-04-265-42/+33
* [SPARK-14913][SQL] Simplify configuration APIReynold Xin2016-04-263-5/+5
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-263-13/+13
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-274-13/+37
* [SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExecDavies Liu2016-04-261-6/+2
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-261-9/+8