ruanhang1993 commented on code in PR #23036:
URL: https://github.com/apache/flink/pull/23036#discussion_r1270736940


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/CatalogStoreFactory.java:
##########
@@ -108,7 +108,7 @@
 public interface CatalogStoreFactory extends Factory {
 
     /** Creates a {@link CatalogStore} instance from context information. */
-    CatalogStore createCatalogStore(Context context);
+    CatalogStore createCatalogStore();

Review Comment:
   This change should be updated to the FLIP?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to