npawar commented on a change in pull request #5238: Evaluate schema transform expressions during ingestion URL: https://github.com/apache/incubator-pinot/pull/5238#discussion_r407647335
########## File path: pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroRecordReader.java ########## @@ -24,12 +24,11 @@ import javax.annotation.Nullable; import org.apache.avro.file.DataFileStream; import org.apache.avro.generic.GenericRecord; -import org.apache.pinot.spi.data.FieldSpec; import org.apache.pinot.spi.data.Schema; import org.apache.pinot.spi.data.readers.GenericRow; import org.apache.pinot.spi.data.readers.RecordReader; import org.apache.pinot.spi.data.readers.RecordReaderConfig; -import org.apache.pinot.spi.data.readers.RecordReaderUtils; +import org.apache.pinot.spi.data.function.evaluators.SourceFieldNameExtractor; Review comment: SchemaUtils is in pinot-common, which is not accessible to most of the places this is needed ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
