1996fanrui commented on code in PR #26309:
URL: https://github.com/apache/flink/pull/26309#discussion_r2005180013
##########
flink-core/src/main/java/org/apache/flink/api/common/functions/util/PrintSinkOutputWriter.java:
##########
@@ -33,7 +33,7 @@ public class PrintSinkOutputWriter<IN> implements
Serializable, SinkWriter<IN> {
private static final boolean STD_OUT = false;
private static final boolean STD_ERR = true;
Review Comment:
```suggestion
```
Could these 2 lines be removed after refactoring the target to `isStdErr`?
--
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]