bkietz commented on issue #40583:
URL: https://github.com/apache/arrow/issues/40583#issuecomment-2009542286

   > Actually, it occurs to me that skyhook file format should really have been 
more like a file reader and the difference from the parquet reader is that it 
can execute compute, etc. on each fragment. I guess another anecdote that the 
abstractions are not very clean cut.
   
   This isn't explicitly documented, it's true. It might be useful to note that 
file readers and the file formats which wrap them can be pointed at a path on a 
file system or a specific buffer (FileSource) and are guaranteed to do no IO 
other than reading from that file system or that buffer.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to