aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalog.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-211-9/+76
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-091-1/+14
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-031-1/+3
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-4/+1
* [SPARK-18752][SQL] Follow-up: add scaladoc explaining isSrcLocal arg.Marcelo Vanzin2016-12-131-0/+12
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-121-2/+4
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-091-1/+1
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-061-2/+24
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-021-1/+2
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-051-1/+7
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-141-2/+3
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-141-0/+13
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-041-2/+18
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-021-1/+13
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-041-4/+5
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-121-2/+3
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-161-1/+1
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-101-3/+3
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-271-0/+185