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


##########
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:
   I think yes, do you think this change is necessary? I think the revision may 
be more reasonable



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