aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-131-17/+31
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-131-0/+72
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-133-3/+33
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-2/+2
* [SPARK-15840][SQL] Add two missing options in documentation and some option r...hyukjinkwon2016-06-111-9/+3
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+45
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-102-1/+8
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-101-5/+5
* [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter`Liwei Lin2016-06-101-4/+4
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-101-2/+2
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-101-1/+3
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-063-3/+3
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-035-58/+18
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-031-6/+6
* [SPARK-15745][SQL] Use classloader's getResource() for reading resource files...Sameer Agarwal2016-06-031-12/+1
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-023-10/+47
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-021-4/+15
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-021-13/+16
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-021-46/+0
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-021-2/+46
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-017-124/+130
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-016-27/+96
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-311-8/+5
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-311-0/+19
* [SPARK-15649][SQL] Avoid to serialize MetastoreRelation in HiveTableScanExecLianhui Wang2016-05-311-1/+3
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-301-5/+3
* [SPARK-15549][SQL] Disable bucketing when the output doesn't contain all buck...Yadong Qi2016-05-281-0/+11
* [SPARK-14400][SQL] ScriptTransformation does not fail the job for bad user co...Tejas Patil2016-05-272-33/+75
* [SPARK-15584][SQL] Abstract duplicate code: `spark.sql.sources.` propertiesDongjoon Hyun2016-05-275-49/+49
* [SPARK-15529][SQL] Replace SQLContext and HiveContext with SparkSession in Testgatorsmile2016-05-2632-146/+150
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-263-5/+5
* [SPARK-15583][SQL] Disallow altering datasource propertiesAndrew Or2016-05-261-1/+1
* [SPARK-15532][SQL] SQLContext/HiveContext's public constructors should use Sp...Yin Huai2016-05-262-11/+8
* [SPARK-15552][SQL] Remove unnecessary private[sql] methods in SparkSessionReynold Xin2016-05-267-11/+14
* [SPARK-15539][SQL] DROP TABLE throw exception if table doesn't existAndrew Or2016-05-264-32/+36
* [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