tarun11Mavani commented on code in PR #16769:
URL: https://github.com/apache/pinot/pull/16769#discussion_r2338687719
##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/SegmentCreator.java:
##########
@@ -67,7 +68,22 @@ void indexRow(GenericRow row)
* @param sortedDocIds - If not null, then this provides the sorted order of
documents.
* @param segment - Used to get the values of the column.
*/
- void indexColumn(String columnName, @Nullable int[] sortedDocIds,
IndexSegment segment)
+ @Deprecated
Review Comment:
sg.
--
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]