lsyldliu commented on code in PR #26633:
URL: https://github.com/apache/flink/pull/26633#discussion_r2131628705


##########
flink-core/src/test/java/org/apache/flink/core/fs/AbstractRecoverableWriterTest.java:
##########
@@ -42,6 +44,8 @@
  */
 public abstract class AbstractRecoverableWriterTest {
 
+    private static final Logger Log = 
LoggerFactory.getLogger(AbstractRecoverableWriterTest.class);

Review Comment:
   ```suggestion
       private static final Logger LOG = 
LoggerFactory.getLogger(AbstractRecoverableWriterTest.class);
   ```



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