gortiz commented on code in PR #10184:
URL: https://github.com/apache/pinot/pull/10184#discussion_r1153012485


##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/store/SegmentDirectory.java:
##########
@@ -55,7 +56,7 @@
  *     SegmentDirectory.Reader reader =
  *           segmentDir.createReader();
  *     try {
- *       PinotDataBufferOld col1Dictionary = 
reader.getIndexFor("col1Dictionary", ColumnIndexType.DICTIONARY);
+ *       PinotDataBufferOld col1Dictionary = 
reader.getIndexFor("col1Dictionary", DictoionaryIndexType.INSTANCE);

Review Comment:
   Nah, it was an IDE substitution that didn't touch the comment



-- 
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]

Reply via email to