You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/17 03:07:48 UTC

[GitHub] kishoreg commented on issue #308: Support reading parquet file

kishoreg commented on issue #308: Support reading parquet file
URL: https://github.com/apache/incubator-pinot/issues/308#issuecomment-464411494
 
 
   Yes, it is feasible and valuable to do that. 
   
   See the current readers here. https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/readers
   
   Adding ORC and Parquet Readers is easy. Once the readers are implemented, add them to the RecordReaderFactory. 
   
   https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/readers/RecordReaderFactory.java
   
   Want to give it a shot?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org