nizarhejazi commented on code in PR #8503: URL: https://github.com/apache/pinot/pull/8503#discussion_r860233343
########## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/ForwardIndexReader.java: ########## @@ -258,6 +259,45 @@ default void readValuesSV(int[] docIds, int length, double[] values, T context) } } + /** + * Fills the values + * @param docIds Array containing the document ids to read + * @param length Number of values to read + * @param values Values to fill + * @param context Reader context + */ + default void readValuesSV(int[] docIds, int length, BigDecimal[] values, T context) { Review Comment: @Jackie-Jiang added todo. Will address in next PR. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org