gortiz commented on code in PR #10184: URL: https://github.com/apache/pinot/pull/10184#discussion_r1149369006
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/text/NativeTextIndexCreator.java: ########## @@ -73,7 +75,8 @@ public class NativeTextIndexCreator implements TextIndexCreator { private int _fstDataSize; private int _numBitMaps; - public NativeTextIndexCreator(String column, File indexDir) + public NativeTextIndexCreator(String column, File indexDir, + @Nullable Object rawValueForTextIndex, FieldSpec fieldSpec) Review Comment: I think it was an exploration I did and I forgot to remove the. I've just fixed that ;) -- 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