voonhous commented on code in PR #13724:
URL: https://github.com/apache/hudi/pull/13724#discussion_r2335981915


##########
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileReaderImpl.java:
##########
@@ -334,11 +342,11 @@ private boolean isAtFirstKeyOfBlock(BlockIndexEntry 
indexEntry) {
    *                        afterward
    * @param numEntries      the number of entries in the root index block
    * @param levels          the level of the indexes
-   * @return
+   * @return single/multiple-level data block index
    */
   private TreeMap<Key, BlockIndexEntry> readDataBlockIndex(HFileBlockReader 
rootBlockReader,
-                                                           int numEntries,
-                                                           int levels) throws 
IOException {
+      int numEntries,
+      int levels) throws IOException {

Review Comment:
   Will remove the line break, not sure why my checkstyle or my auto-format is 
not handling this automatically.



##########
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileReaderImpl.java:
##########
@@ -281,7 +282,7 @@ Map<Key, BlockIndexEntry> getDataBlockIndexMap() {
    * @throws IOException upon error.
    */
   private static HFileTrailer readTrailer(SeekableDataInputStream stream,
-                                          long fileSize) throws IOException {
+      long fileSize) throws IOException {

Review Comment:
   Will revert.



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