[ 
https://issues.apache.org/jira/browse/SPARK-28331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burak Yavuz resolved SPARK-28331.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Resolved with [https://github.com/apache/spark/pull/25348]

> Catalogs.load always throws CatalogNotFoundException on loading built-in 
> catalogs
> ---------------------------------------------------------------------------------
>
>                 Key: SPARK-28331
>                 URL: https://issues.apache.org/jira/browse/SPARK-28331
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Gengliang Wang
>            Assignee: Gengliang Wang
>            Priority: Major
>             Fix For: 3.0.0
>
>
> In `Catalogs.load`, the `pluginClassName` in the following code 
> ```
> String pluginClassName = conf.getConfString("spark.sql.catalog." + name, 
> null);
> ```
> is always null for built-in catalogs, e.g there is a SQLConf entry for 
> `spark.sql.catalog.session`.
> This is because of https://github.com/apache/spark/pull/18852: 
> SQLConf.conf.getConfString(key, null)  always returns null.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to