aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-211-8/+14
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-141-1/+3
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-2/+3
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-031-28/+5
* [SPARK-18112][SQL] Support reading data from Hive 2.1 metastoreXiao Li2017-03-151-1/+0
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-151-2/+2
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-141-1/+1
* [SPARK-19921][SQL][TEST] Enable end-to-end testing using different Hive metas...Xiao Li2017-03-141-1/+1
* [SPARK-19924][SQL] Handle InvocationTargetException for all Hive ShimXiao Li2017-03-141-2/+10
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-091-2/+21
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-061-10/+11
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-031-3/+6
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-8/+2
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-141-2/+2
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-091-8/+45
* [SPARK-19359][SQL] Revert Clear useless path after rename a partition with up...gatorsmile2017-01-281-35/+0
* [SPARK-19359][SQL] clear useless path after rename a partition with upper-cas...windpiger2017-01-271-0/+35
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-111-2/+2
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-051-2/+2
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-241-2/+2
* [SPARK-18921][SQL] check database existence with Hive.databaseExists instead ...Wenchen Fan2016-12-191-1/+1
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-121-4/+8
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-061-4/+38
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-021-2/+4
* [SPARK-18647][SQL] do not put provider in table properties for Hive serde tableWenchen Fan2016-12-021-39/+41
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-011-2/+3
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-231-37/+56
* [SPARK-18507][SQL] HiveExternalCatalog.listPartitions should only call getTab...Wenchen Fan2016-11-221-1/+2
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-181-2/+2
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-171-111/+126
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-171-0/+5
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-161-1/+1
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-101-3/+48
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-051-58/+160
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-031-8/+13
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-80/+147
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-271-44/+85
* [SPARK-17899][SQL][FOLLOW-UP] debug mode should work for corrupted tableWenchen Fan2016-10-181-7/+2
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-141-5/+32
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-141-0/+8
* [SPARK-17657][SQL] Disallow Users to Change Table Typegatorsmile2016-10-131-0/+5
* [SPARK-17899][SQL] add a debug mode to keep raw table properties in HiveExter...Wenchen Fan2016-10-131-2/+7
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-5/+2
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-031-9/+19
* [SPARK-17238][SQL] simplify the logic for converting data source table into h...Wenchen Fan2016-09-071-14/+18
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-051-10/+47
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-041-5/+39
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-021-0/+8
* [SPARK-17234][SQL] Table Existence Checking when Index Table with the Same Na...gatorsmile2016-08-301-1/+6
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-261-7/+9