xiangfu0 commented on code in PR #17059:
URL: https://github.com/apache/pinot/pull/17059#discussion_r2457220238
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/store/SingleFileIndexDirectory.java:
##########
@@ -261,11 +263,29 @@ private void loadMap()
private void mapBufferEntries()
throws IOException {
+ // Phase 1: Prepare data structures - sort entries by start offset
+ // Use list to handle multiple entries with same start offset
Review Comment:
Per
https://github.com/apache/pinot/pull/17059/files#diff-52f126f7138a706a5fddb9257af1c558c4623269bc69308212a77c06021cbef7R288
I don't think we should assume the index entries contain same start offset.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]