yihua commented on code in PR #17878:
URL: https://github.com/apache/hudi/pull/17878#discussion_r2780509673


##########
hudi-common/src/main/java/org/apache/hudi/common/util/BufferedRandomAccessFile.java:
##########
@@ -58,7 +55,7 @@
  *           License: http://www.apache.org/licenses/LICENSE-2.0
  */
 public final class BufferedRandomAccessFile extends RandomAccessFile {
-  private static final Logger LOG = 
LoggerFactory.getLogger(BufferedRandomAccessFile.class);

Review Comment:
   The logger was removed. Looks like `LOG` is not used so it is OK.



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