yuxiqian commented on code in PR #3860:
URL: https://github.com/apache/flink-cdc/pull/3860#discussion_r1915951852


##########
flink-cdc-runtime/src/test/java/org/apache/flink/cdc/runtime/serializer/SerializerTestBase.java:
##########
@@ -265,8 +264,7 @@ void testSerializeIndividually() {
                 assertTrue("Trailing data available after deserialization.", 
in.available() == 0);
             }
         } catch (Exception e) {
-            System.err.println(e.getMessage());

Review Comment:
   `System.err` has been purged, and all `System.out` usages have been 
confirmed appropriate.



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

Reply via email to