Jackie-Jiang commented on a change in pull request #5238: Evaluate schema
transform expressions during ingestion
URL: https://github.com/apache/incubator-pinot/pull/5238#discussion_r407666324
##########
File path:
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ClusterTest.java
##########
@@ -346,8 +347,8 @@ protected void dropOfflineTable(String tableName)
private static final Logger LOGGER =
LoggerFactory.getLogger(AvroFileSchemaKafkaAvroMessageDecoder.class);
public static File avroFile;
private org.apache.avro.Schema _avroSchema;
- private Schema _pinotSchema;
- private RecordExtractor<GenericData.Record> _recordExtractor;
+ List<String> _sourceFieldNames;
Review comment:
(nit) private?
----------------------------------------------------------------
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]