FangYongs commented on code in PR #22924:
URL: https://github.com/apache/flink/pull/22924#discussion_r1264821144


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/factories/TableFactoryUtil.java:
##########
@@ -164,4 +170,30 @@ public static boolean isLegacyConnectorOptions(
             }
         }
     }
+
+    /** Find and create modification listener list from configuration. */
+    public static List<CatalogModificationListener> 
findCatalogModificationListenerList(
+            final ReadableConfig configuration, final ClassLoader classLoader) 
{

Review Comment:
   Thanks @PatrickRen for pointing this and I have added tests for all usages 
for `findCatalogModificationListenerList`



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