coryan opened a new issue, #34051:
URL: https://github.com/apache/arrow/issues/34051

   ### Describe the enhancement requested
   
   `GcsFileSystem::OpenInputFile()` eagerly starts a download to implement the 
`io::InputStream` aspect of the API.  However, some applications (notably those 
reading Parquet files) do not use this aspect of the API.  Starting a download 
is relatively slow in GCS, I use 25ms as a rule of thumb to predict the 
download time. 
   
   This download should start lazily, so applications that won't use it do not 
have to pay for this cost.
   
   
   ### Component(s)
   
   C++


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