snuyanzin commented on code in PR #79: URL: https://github.com/apache/flink-connector-jdbc/pull/79#discussion_r1421128931
########## flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/table/JdbcDynamicTableSourceITCase.java: ########## @@ -356,6 +356,152 @@ void testLookupJoin(Caching caching) { } } + @ParameterizedTest + @EnumSource(Caching.class) + void testLookupJoinWithFilter(Caching caching) { Review Comment: I feel like this item is not resolved yet since all the methods are still there and they still have common logic od did I miss anything? -- 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