This is an automated email from the ASF dual-hosted git repository.
codope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 98c05045ab [MINOR] Remove the log refrence and imports in
HoodieHFileDataBlock (#7311)
98c05045ab is described below
commit 98c05045ab29efbd0b3ba35fabcb8c40b88ddd19
Author: xuzifu666 <[email protected]>
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 c14ef60c2e..263b96343e 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;