RocMarshal commented on code in PR #27370:
URL: https://github.com/apache/flink/pull/27370#discussion_r2652329696


##########
flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/AbstractJsonDeserializationSchema.java:
##########
@@ -155,4 +161,16 @@ public boolean equals(Object o) {
     public int hashCode() {
         return Objects.hash(failOnMissingField, ignoreParseErrors, 
resultTypeInfo, timestampFormat);
     }
+
+    /**
+     * Logs a debug message for parsing errors only when debug logs are 
enabled.
+     *
+     * @param message the original JSON message that failed to parse
+     * @param t the throwable that was caught
+     */
+    protected void logParseErrorIfDebugEnabled(byte[] message, Throwable t) {

Review Comment:
   -> logIgnoredParseErrorIfDebugEnabled
   
   BTW, The previous calling is not changed. Pls have a look ~  thx



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