maupatel opened a new pull request, #50898: URL: https://github.com/apache/arrow/pull/50898
Fixes the ORC writer `compression` docstring in `python/pyarrow/orc.py`, which read "Note that LZ0 is currently not supported." The token `LZ0` (with a zero) is not a real codec name; the intended codec is `LZO` (Lempel-Ziv-Oberhumer). The valid-values list just above it spells the other codecs correctly. Closes #50897. Documentation-only, single-character change; no code or behavior changes. -- 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]
