jrthe42 commented on code in PR #24328:
URL: https://github.com/apache/flink/pull/24328#discussion_r1496930017
##########
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:
@hackergin thanks, a test case is added to verify the 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]