tshauck opened a new pull request, #9160: URL: https://github.com/apache/arrow-datafusion/pull/9160
## Which issue does this PR close? Closes #9156 ## Rationale for this change block gzip is a variant of gzip where blocks are concatenated together in a single file. This PR aims to support that compression type only for decoding and otherwise raises an error for writes. ## What changes are included in this PR? Adding a new `CompressionTypeVariant` and propagating updates. ## Are these changes tested? Not significantly, but I will update this PR with appropriate tests if this approach is reasonable. ## Are there any user-facing changes? A user would be able to create external tables from files that are block-gzip encoded. -- 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]
