gibbyfree opened a new pull request, #45658: URL: https://github.com/apache/arrow/pull/45658
### Rationale for this change This document includes this sample code: `orc.write_table(table, where, compression='gzip')` which doesn't actually work: `ValueError: Unknown CompressionKind: GZIP` ### What changes are included in this PR? Replace `gzip` references with `zlib`. ### Are these changes tested? Only updated documentation. ### Are there any user-facing changes? Yes, this doc is posted here: https://arrow.apache.org/docs/python/orc.html -- 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]
