baomingyu commented on code in PR #9792:
URL: https://github.com/apache/inlong/pull/9792#discussion_r1517480863


##########
inlong-sort/sort-formats/format-common/src/main/java/org/apache/inlong/sort/formats/inlongmsg/NoOpFailureHandler.java:
##########
@@ -27,6 +27,12 @@ public class NoOpFailureHandler implements FailureHandler {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(NoOpFailureHandler.class);
 
+    @Override
+    public void onParsingMsgFailure(Object msg, Exception t) throws Exception {
+        LOG.error("Could not properly serialize msg=[%s].", msg, t);

Review Comment:
   done



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