dongjoon-hyun commented on a change in pull request #25094: [SPARK-28331][SQL]
Catalogs.load() should be able to load built-in catalogs
URL: https://github.com/apache/spark/pull/25094#discussion_r302182459
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/catalog/v2/Catalogs.java
##########
@@ -50,8 +51,10 @@ private Catalogs() {
*/
public static CatalogPlugin load(String name, SQLConf conf)
throws CatalogNotFoundException, SparkException {
- String pluginClassName = conf.getConfString("spark.sql.catalog." + name,
null);
- if (pluginClassName == null) {
Review comment:
Could you add a regression test case for this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]