This is an automated email from the ASF dual-hosted git repository.

satish pushed a commit to branch release-0.12.2
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit c0ef19ff0dbccc986d044635e8ea392770b4c64b
Author: xuzifu666 <x...@zepp.com>
AuthorDate: Tue Nov 29 19:36:22 2022 +0800

    [MINOR] Remove the log refrence and imports in HoodieHFileDataBlock (#7311)
---
 .../org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java
 
b/hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java
index c14ef60c2e9..263b96343e6 100644
--- 
a/hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java
+++ 
b/hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java
@@ -41,8 +41,6 @@ import org.apache.hadoop.hbase.io.hfile.CacheConfig;
 import org.apache.hadoop.hbase.io.hfile.HFile;
 import org.apache.hadoop.hbase.io.hfile.HFileContext;
 import org.apache.hadoop.hbase.io.hfile.HFileContextBuilder;
-import org.apache.log4j.LogManager;
-import org.apache.log4j.Logger;
 
 import java.io.ByteArrayOutputStream;
 import java.io.IOException;
@@ -61,7 +59,6 @@ import static 
org.apache.hudi.common.util.ValidationUtils.checkState;
  * base file format.
  */
 public class HoodieHFileDataBlock extends HoodieDataBlock {
-  private static final Logger LOG = 
LogManager.getLogger(HoodieHFileDataBlock.class);
 
   private static final int DEFAULT_BLOCK_SIZE = 1024 * 1024;
 

Reply via email to