raghavyadav01 commented on code in PR #17059:
URL: https://github.com/apache/pinot/pull/17059#discussion_r2457594257
##########
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:
This is to handle the case where remote forward Index start offset will be
0, so multiple columns will have same forward index start offset as 0.
--
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]