timsants commented on a change in pull request #6046: URL: https://github.com/apache/incubator-pinot/pull/6046#discussion_r495613899
########## File path: pinot-spi/src/main/java/org/apache/pinot/spi/data/readers/RecordExtractor.java ########## @@ -27,8 +28,9 @@ * 2) Collections become Object[] i.e. multi-value column * 3) Nested/Complex fields (e.g. json maps, avro maps, avro records) become Map<Object, Object> * @param <T> The format of the input record + * @param <V> The input record's field to be converted Review comment: Makes sense. Will remove the generic type `V`. ---------------------------------------------------------------- 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. 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