aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19279][SQL][FOLLOW-UP] Infer Schema for Hive Serde Tablesgatorsmile2017-02-082-1/+45
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-081-8/+5
* [SPARK-19495][SQL] Make SQLConf slightly more extensibleReynold Xin2017-02-071-9/+9
* [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-077-36/+30
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-067-191/+286
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-013-4/+4
* [SPARK-19152][SQL][FOLLOWUP] simplify CreateHiveTableAsSelectCommandWenchen Fan2017-01-282-42/+37
* [SPARK-19359][SQL] Revert Clear useless path after rename a partition with up...gatorsmile2017-01-282-71/+0
* [SPARK-19359][SQL] clear useless path after rename a partition with upper-cas...windpiger2017-01-272-0/+71
* [SPARK-12970][DOCS] Fix the example in SturctType APIs for Scala and Javahyukjinkwon2017-01-271-1/+1
* [SPARK-18936][SQL] Infrastructure for session local timezone support.Takuya UESHIN2017-01-261-0/+5
* [SPARK-17913][SQL] compare atomic and string type column may return confusing...Wenchen Fan2017-01-242-2/+2
* [SPARK-19152][SQL] DataFrameWriter.saveAsTable support hive appendwindpiger2017-01-247-31/+76
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-245-38/+35
* [SPARK-19290][SQL] add a new extending interface in Analyzer for post-hoc res...Wenchen Fan2017-01-232-27/+13
* [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-223-19/+26
* [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-192-1/+24
* [SPARK-19295][SQL] IsolatedClientLoader's downloadVersion should log the loca...Yin Huai2017-01-191-0/+1
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-199-141/+70
* [SPARK-19024][SQL] Implement new approach to write a permanent viewjiangxingbo2017-01-182-22/+23
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-181-1/+0
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-1713-513/+303
* [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-182-1/+15
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-171-2/+2
* [SPARK-18801][SQL][FOLLOWUP] Alias the view with its childjiangxingbo2017-01-161-21/+90
* [SPARK-19120] Refresh Metadata Cache After Loading Hive Tablesgatorsmile2017-01-152-14/+71
* [SPARK-19151][SQL] DataFrameWriter.saveAsTable support hive overwritewindpiger2017-01-142-9/+24
* [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-115-12/+182
* [SPARK-17568][CORE][DEPLOY] Add spark-submit option to override ivy settings ...Bryan Cutler2017-01-111-2/+3
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-103-7/+9
* [SPARK-19157][SQL] should be able to change spark.sql.runSQLOnFiles at runtimeWenchen Fan2017-01-101-1/+1
* [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-1012-56/+50
* [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-083-11/+9
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-0510-38/+309
* [SPARK-19058][SQL] fix partition related behaviors with DataFrameWriter.saveA...Wenchen Fan2017-01-051-4/+36
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-042-2/+2
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-042-4/+0
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-031-2/+54
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-029-31/+27
* [SPARK-19028][SQL] Fixed non-thread-safe functions used in SessionCataloggatorsmile2016-12-311-17/+19