aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-3/+7
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-152-762/+140
* [SPARK-19587][SQL] bucket sorting columns should not be picked from partition...Wenchen Fan2017-02-151-7/+8
* [SPARK-19539][SQL] Block duplicate temp table during creationXin Wu2017-02-132-13/+13
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-132-29/+146
* [SPARK-19448][SQL] optimize some duplication functions between HiveClientImpl...windpiger2017-02-113-1/+32
* [SPARK-19548][SQL] Support Hive UDFs which return typed Lists/MapsHerman van Hovell2017-02-101-20/+69
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-101-5/+32
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-094-1572/+2
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-091-0/+29
* [SPARK-19279][SQL][FOLLOW-UP] Infer Schema for Hive Serde Tablesgatorsmile2017-02-081-0/+44
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+1
* [SPARK-19447] Fixing input metrics for range operator.Ala Luszczak2017-02-071-0/+19
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-073-12/+9
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-063-83/+102
* [SPARK-19152][SQL][FOLLOWUP] simplify CreateHiveTableAsSelectCommandWenchen Fan2017-01-281-1/+12
* [SPARK-19359][SQL] Revert Clear useless path after rename a partition with up...gatorsmile2017-01-281-36/+0
* [SPARK-19359][SQL] clear useless path after rename a partition with upper-cas...windpiger2017-01-271-0/+36
* [SPARK-19152][SQL] DataFrameWriter.saveAsTable support hive appendwindpiger2017-01-243-14/+52
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-244-35/+25
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-221-0/+1
* [SPARK-19153][SQL] DataFrameWriter.saveAsTable work with create partitioned t...windpiger2017-01-221-8/+25
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-214-8/+12
* [SPARK-19305][SQL] partitioned table should always put partition columns at t...Wenchen Fan2017-01-211-0/+30
* [SPARK-19292][SQL] filter with partition columns should be case-insensitive o...Wenchen Fan2017-01-191-0/+13
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-193-12/+35
* [SPARK-19024][SQL] Implement new approach to write a permanent viewjiangxingbo2017-01-182-22/+23
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-175-19/+18
* [SPARK-13721][SQL] Support outer generators in DataFrame APIBogdan Raducanu2017-01-171-0/+3
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-181-0/+10
* [SPARK-18801][SQL][FOLLOWUP] Alias the view with its childjiangxingbo2017-01-161-21/+90
* [SPARK-19120] Refresh Metadata Cache After Loading Hive Tablesgatorsmile2017-01-151-9/+66
* [SPARK-19151][SQL] DataFrameWriter.saveAsTable support hive overwritewindpiger2017-01-141-4/+20
* [SPARK-19092][SQL] Save() API of DataFrameWriter should not scan all the save...gatorsmile2017-01-131-22/+7
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-123-39/+48
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-111-0/+155
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-101-5/+5
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-105-29/+59
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-1011-55/+49
* [SPARK-19107][SQL] support creating hive table with DataFrameWriter and CatalogWenchen Fan2017-01-102-20/+77
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-082-7/+8
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-055-24/+141
* [SPARK-19058][SQL] fix partition related behaviors with DataFrameWriter.saveA...Wenchen Fan2017-01-051-4/+36
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-041-2/+0
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-031-2/+54
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-3015-85/+85
* [SPARK-18567][SQL] Simplify CreateDataSourceTableAsSelectCommandWenchen Fan2016-12-281-1/+1
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-291-2/+2
* [SPARK-18989][SQL] DESC TABLE should not fail with format class not foundWenchen Fan2016-12-261-0/+46
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-261-2/+4