You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/20 19:00:21 UTC

[GitHub] [pinot] richardstartin commented on a diff in pull request #8571: get range index conditionally as before

richardstartin commented on code in PR #8571:
URL: https://github.com/apache/pinot/pull/8571#discussion_r854462632


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/column/PhysicalColumnIndexContainer.java:
##########
@@ -123,13 +123,6 @@ public PhysicalColumnIndexContainer(SegmentDirectory.Reader segmentReader, Colum
       _bloomFilter = null;
     }
 
-    if (loadRangeIndex) {

Review Comment:
   Can’t you just add a !isSorted check here?



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org