davidradl commented on code in PR #27370:
URL: https://github.com/apache/flink/pull/27370#discussion_r2652702077
##########
flink-formats/flink-json/src/test/java/org/apache/flink/formats/json/canal/CanalJsonSerDeSchemaTest.java:
##########
@@ -105,6 +112,34 @@ void testIgnoreParseErrors() throws Exception {
"An error occurred while collecting data."));
}
+ @Test
+ void testIgnoreParseErrorsLogsDebugMessage() throws Exception {
Review Comment:
could you add a test case for fail on missing as well please. This also
comes out of `JsonParserToRowDataConverters` as a `JsonParseException`.
--
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]