linliu-code commented on code in PR #12866:
URL: https://github.com/apache/hudi/pull/12866#discussion_r1978355992


##########
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileBlock.java:
##########
@@ -45,7 +45,7 @@ public abstract class HFileBlock {
       HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM + SIZEOF_BYTE + 2 * SIZEOF_INT32;
 
   // Each checksum value is an integer that can be stored in 4 bytes.
-  static final int CHECKSUM_SIZE = SIZEOF_INT32;
+  public static final int CHECKSUM_SIZE = SIZEOF_INT32;

Review Comment:
   After we merge the write/read logic through the same set of classes, this 
can be default scope.



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