Jackie-Jiang commented on issue #5238: Evaluate schema transform expressions 
during ingestion
URL: https://github.com/apache/incubator-pinot/pull/5238#issuecomment-613148167
 
 
   > > Will be nice if we can completely decouple schema from RecordReader and 
RecordExtractor, which will make future development much easier
   > 
   > It's already decoupled from RecordExtractor. Do you mean pull up the 
schema even more, such that RecordReader also doesn't need Schema? What would 
we achieve by doing that?
   
   @npawar RecordExtractor is for stream ingestion, and RecordReader is for 
batch ingestion. Think of some users trying to add a new record reader, they 
don't need to understand what schema is, they only need to know here are the 
fields that should be read.

----------------------------------------------------------------
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]

Reply via email to