vvivekiyer commented on code in PR #10476:
URL: https://github.com/apache/pinot/pull/10476#discussion_r1148245243
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/ForwardIndexHandler.java:
##########
@@ -301,10 +301,6 @@ Map<String, List<Operation>>
computeOperations(SegmentDirectory.Reader segmentRe
continue;
}
- // Note that RAW columns cannot be sorted.
Review Comment:
nit:
In L757 (`createDictBasedForwardIndex()`), can we remove the comment and
also name the ForwardIndex tmp file appropriately?
--
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]