xiaoyu19950911 commented on code in PR #25919: URL: https://github.com/apache/flink/pull/25919#discussion_r1944605208
########## flink-formats/flink-json/src/test/java/org/apache/flink/formats/json/canal/CanalJsonSerDeSchemaTest.java: ########## @@ -73,10 +76,69 @@ void testFilteringTables() throws Exception { InternalTypeInfo.of(PHYSICAL_DATA_TYPE.getLogicalType())) .setDatabase("^my.*") .setTable("^prod.*") + .setIgnoreParseErrors(true) Review Comment: Sorry, this is redundant. -- 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