tshauck commented on PR #9160: URL: https://github.com/apache/arrow-datafusion/pull/9160#issuecomment-1934830759
@alamb I'm curious if you could please provide some guidance here... I started filling out this PR and am noticing for the `Read` use-cases `convert_read` for GZIP uses `MultiGzDecoder` vs `GzDecoder`, the former working with multiple members vs the latter. This seems flipped for `convert_stream` which doesn't call `multiple_members(true)` for GZIP, so it doesn't work with multiple members by default. So my question is would you rather see a new compression type added for `BGZIP` which mostly mirrors GZIP, but adds explicit errors when trying to compress to bgzip... what the PR starts to do... or call `multiple_members(true)` by default so that the gzip async and non-async decoding would both support multiple members? -- 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]
