aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-033-5/+9
* [SPARK-18726][SQL] resolveRelation for FileFormat DataSource don't need to li...windpiger2017-03-021-0/+11
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-011-0/+99
* [SPARK-19775][SQL] Remove an obsolete `partitionBy().insertInto()` test caseDongjoon Hyun2017-03-021-13/+0
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-281-12/+2
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-2815-530/+319
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-28133-153/+158
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-276-30/+26
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-0/+2
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-246-48/+13
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-0/+13
* [SPARK-19038][YARN] Avoid overwriting keytab configuration in yarn-clientjerryshao2017-02-241-4/+0
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-231-4/+8
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-214-799/+58
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-201-1/+1
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-191-1/+1
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-12/+6
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-162-10/+3
* [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-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-143-6/+7
* [SPARK-19589][SQL] Removal of SQLGEN filesXiao Li2017-02-14126-654/+0
* [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-117-157/+88
* [SPARK-19548][SQL] Support Hive UDFs which return typed Lists/MapsHerman van Hovell2017-02-1011-57/+250
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-103-20/+39
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-094-1572/+2
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-092-8/+74
* [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