jnh5y commented on code in PR #23680: URL: https://github.com/apache/flink/pull/23680#discussion_r1406606039
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/factories/TestValuesTableFactory.java: ########## @@ -280,6 +280,15 @@ public static void registerLocalRawResultsObserver( TestValuesRuntimeFunctions.registerLocalRawResultsObserver(tableName, observer); } + /** + * Removes observers for a table. + * + * @param tableName the table name of the registered table sink. + */ + public static void unregisterLocalRawResultsObserver(String tableName) { Review Comment: I like it; I changed this name throughout. -- 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