aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-251-1/+1
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-251-12/+0
* [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-241-1/+49
* [SPARK-15388][SQL] Fix spark sql CREATE FUNCTION with hive 1.2.1wangyang2016-05-241-0/+1
* [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-221-0/+6
* [SPARK-15206][SQL] add testcases for distinct aggregate in having clausexin Wu2016-05-211-0/+31
* [SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-comp...Reynold Xin2016-05-201-0/+101
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-202-56/+7
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-203-19/+19
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-202-4/+4
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-191-0/+79
* [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-191-3/+5
* [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-181-60/+352
* [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-171-8/+177
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-172-7/+56
* [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-132-8/+18
* [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-121-11/+0
* [SPARK-14684][SPARK-15277][SQL] Partition Spec Validation in SessionCatalog a...gatorsmile2016-05-121-1/+8
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-126-8/+8
* [SPARK-14346] SHOW CREATE TABLE for data source tablesCheng Lian2016-05-112-1/+169
* [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-114-10/+5
* [SPARK-15248][SQL] Make MetastoreFileCatalog consider directories from partit...Tathagata Das2016-05-111-0/+34
* [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-112-0/+54
* [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-101-2/+2
* [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-1059-0/+2164
* [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-101-4/+15
* [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
* [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMATTED] <table>' support data sou...Cheng Lian2016-05-091-1/+18
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-092-5/+80
* [SPARK-14997][SQL] Fixed FileCatalog to return correct set of files when ther...Tathagata Das2016-05-061-24/+208
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-061-3/+51
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-073-17/+81
* [SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveC...Dilip Biswal2016-05-054-7/+8