richardstartin commented on a change in pull request #7595: URL: https://github.com/apache/pinot/pull/7595#discussion_r734372096
########## File path: pinot-segment-local/src/main/java/org/apache/pinot/segment/local/io/writer/impl/VarByteChunkSVForwardIndexWriter.java ########## @@ -33,27 +33,29 @@ * The layout of the file is as follows: * <p> Header Section: </p> * <ul> - * <li> Integer: File format version. </li> - * <li> Integer: Total number of chunks. </li> - * <li> Integer: Number of docs per chunk. </li> - * <li> Integer: Length of longest entry (in bytes). </li> - * <li> Integer: Total number of docs (version 2 onwards). </li> - * <li> Integer: Compression type enum value (version 2 onwards). </li> - * <li> Integer: Start offset of data header (version 2 onwards). </li> - * <li> Integer array: Integer offsets for all chunks in the data (upto version 2), - * Long array: Long offsets for all chunks in the data (version 3 onwards) </li> + * <li> Integer: File format version. </li> Review comment: Blame @kishoreg's IDE settings :-) I fixed this in the third commit on the PR but it came back after rebasing, will fix again -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org