aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15537][SQL] fix dir delete issueBo Meng2016-05-262-21/+3
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-254-13/+17
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-251-12/+0
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-251-1/+1
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-251-3/+3
* [SPARK-15365][SQL] When table size statistics are not available from metastor...Parth Brahmbhatt2016-05-242-9/+74
* [SPARK-15388][SQL] Fix spark sql CREATE FUNCTION with hive 1.2.1wangyang2016-05-242-2/+13
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-0/+12
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-231-3/+1
* [SPARK-15425][SQL] Disallow cross joins by defaultSameer Agarwal2016-05-222-0/+10
* [SPARK-15206][SQL] add testcases for distinct aggregate in having clausexin Wu2016-05-211-0/+31
* [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-202-0/+174
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-203-69/+18
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-205-21/+21
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-202-4/+4
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-191-0/+79
* [SPARK-14261][SQL] Memory leak in Spark Thrift ServerOleg Danilov2016-05-191-0/+2
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-194-24/+24
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-192-8/+19
* [SPARK-15334][SQL][HOTFIX] Fixes compilation error for Scala 2.10Cheng Lian2016-05-181-1/+1
* [SPARK-15334][SQL] HiveClient facade not compatible with Hive 0.12Sean Zhong2016-05-183-123/+545
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-1826-119/+120
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-172-9/+186
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-173-18/+69
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-15253][SQL] Support old table schema config key "spark.sql.sources.sch...Sean Zhong2016-05-161-0/+3
* [SPARK-15267][SQL] Refactor options for JDBC and ORC data sources and change ...hyukjinkwon2016-05-134-43/+81
* [SPARK-14541][SQL] Support IFNULL, NULLIF, NVL and NVL2Reynold Xin2016-05-121-1/+0
* [SPARK-10605][SQL] Create native collect_list/collect_set aggregatesHerman van Hovell2016-05-122-27/+0
* [SPARK-14684][SPARK-15277][SQL] Partition Spec Validation in SessionCatalog a...gatorsmile2016-05-122-14/+45
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-127-9/+9
* [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-114-7/+172
* [SPARK-15276][SQL] CREATE TABLE with LOCATION should imply EXTERNALAndrew Or2016-05-112-9/+4
* [SPARK-15257][SQL] Require CREATE EXTERNAL TABLE to specify LOCATIONAndrew Or2016-05-115-12/+9
* [SPARK-15248][SQL] Make MetastoreFileCatalog consider directories from partit...Tathagata Das2016-05-112-8/+57
* [SPARK-14933][HOTFIX] Replace `sqlContext` with `spark`.Dongjoon Hyun2016-05-111-4/+4
* [SPARK-14933][SQL] Failed to create view out of a parquet or orc tablexin Wu2016-05-113-2/+62
* [SPARK-15231][SQL] Document the semantic of saveAsTable and insertInto and do...Shixiong Zhu2016-05-101-0/+43
* [SPARK-15249][SQL] Use FunctionResource instead of (String, String) in Create...Sandeep Singh2016-05-102-5/+6
* [SPARK-15037][HOTFIX] Replace `sqlContext` and `sparkSession` with `spark`.Dongjoon Hyun2016-05-101-2/+2
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-102-17/+19
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-1025-249/+249
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-1060-0/+2171
* [SPARK-14127][SQL] "DESC <table>": Extracts schema information from table pro...Cheng Lian2016-05-101-1/+55
* [SPARK-15215][SQL] Fix Explain Parsing and Outputgatorsmile2016-05-101-15/+5
* [SPARK-15187][SQL] Disallow Dropping Default Databasegatorsmile2016-05-102-10/+24
* [SPARK-15025][SQL] fix duplicate of PATH key in datasource table optionsxin Wu2016-05-091-3/+26
* [SPARK-15173][SQL] DataFrameWriter.insertInto should work with datasource tab...Wenchen Fan2016-05-091-0/+8