linliu-code commented on code in PR #12866:
URL: https://github.com/apache/hudi/pull/12866#discussion_r2105865728
##########
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileFileInfoBlock.java:
##########
@@ -36,6 +40,8 @@ public class HFileFileInfoBlock extends HFileBlock {
// Magic we put ahead of a serialized protobuf message
public static final byte[] PB_MAGIC = new byte[] {'P', 'B', 'U', 'F'};
+ private final Map<String, byte[]> entries = new HashMap<>();
Review Comment:
Done.
--
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]