aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20156][SQL][FOLLOW-UP] Java String toLowerCase "Turkish locale bug" in...Xiao Li2017-04-201-2/+2
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-171-5/+16
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-121-17/+14
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-1/+2
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-041-3/+4
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-281-31/+15
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-211-0/+56
* [SPARK-20024][SQL][TEST-MAVEN] SessionCatalog reset need to set the current d...Xiao Li2017-03-201-0/+1
* [SPARK-19945][SQL] add test suite for SessionCatalog with HiveExternalCatalogwindpiger2017-03-161-1/+1
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-091-1/+13
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-081-3/+35
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-081-4/+4
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-061-7/+8
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-031-1/+1
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-281-1/+6
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-4/+2
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-191-7/+5
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-091-3/+3
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-191-9/+24
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-181-2/+24
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-111-8/+23
* [SPARK-19029][SQL] Remove databaseName from SimpleCatalogRelationgatorsmile2017-01-031-1/+1
* [SPARK-19028][SQL] Fixed non-thread-safe functions used in SessionCataloggatorsmile2016-12-311-1/+1
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-121-4/+6
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-061-0/+23
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-021-2/+3
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-281-4/+1
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-271-0/+18
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-151-8/+1
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-071-0/+18
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-031-2/+0
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-011-2/+8
* [SPARK-18028][SQL] simplify TableFileCatalogWenchen Fan2016-10-251-0/+14
* [SPARK-17873][SQL] ALTER TABLE RENAME TO should allow users to specify databa...Wenchen Fan2016-10-181-2/+16
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-2/+1
* [SPARK-17338][SQL][FOLLOW-UP] add global temp viewWenchen Fan2016-10-111-2/+6
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-101-39/+150
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-221-36/+34
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-201-23/+30
* [SPARK-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-181-11/+21
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-051-14/+2
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-041-4/+3
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-161-14/+16
* [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Tablegatorsmile2016-08-081-2/+2
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-041-2/+2
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-311-8/+1
* [SPARK-16813][SQL] Remove private[sql] and private[spark] from catalyst packageReynold Xin2016-07-311-3/+3
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-261-3/+3
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-121-5/+9
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-111-7/+25