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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
