Skip to content

Commit

Permalink
[MINOR] Remove the log refrence and imports in HoodieHFileDataBlock (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzifu666 authored and satishkotha committed Dec 13, 2022
1 parent daa010d commit c0ef19f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
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;
Expand All @@ -61,7 +59,6 @@
* 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;

Expand Down

0 comments on commit c0ef19f

Please sign in to comment.