tshauck opened a new issue, #9156:
URL: https://github.com/apache/arrow-datafusion/issues/9156

   ### Is your feature request related to a problem or challenge?
   
   The challenge is that currently when trying to use the gzip decoder from 
`async-compression` to decode block-gzipped files, the query ends after the 
first block in the file _not_ the EOF.
   
   Based on an issue filed here: 
https://github.com/Nullus157/async-compression/issues/260, bgzip works if the 
decoder is modified to support multiple members with 
https://docs.rs/async-compression/latest/async_compression/tokio/bufread/struct.GzipDecoder.html#method.multiple_members.
   
   ### Describe the solution you'd like
   
   So my feature request is the ability to specify to call this method or have 
it set by default (though I'm not sure the performance implications).
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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