hackergin commented on code in PR #24328:
URL: https://github.com/apache/flink/pull/24328#discussion_r1495218821


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -310,7 +311,10 @@ public void createCatalog(String catalogName, 
CatalogDescriptor catalogDescripto
         }
 
         Catalog catalog = initCatalog(catalogName, catalogDescriptor);
-        catalog.open();
+        try (TemporaryClassLoaderContext context =

Review Comment:
   @jrthe42  Thanks for the contribution, Can you add a test verity this  
change ? 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to