[
https://issues.apache.org/jira/browse/ARROW-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16261685#comment-16261685
]
ASF GitHub Bot commented on ARROW-1782:
---------------------------------------
wesm commented on a change in pull request #1345: ARROW-1782: [Python] Add
pyarrow.compress, decompress APIs
URL: https://github.com/apache/arrow/pull/1345#discussion_r152433696
##########
File path: cpp/src/arrow/util/compression.h
##########
@@ -27,7 +27,7 @@
namespace arrow {
struct Compression {
- enum type { UNCOMPRESSED, SNAPPY, GZIP, LZO, BROTLI, ZSTD, LZ4 };
+ enum type { UNCOMPRESSED, SNAPPY, GZIP, BROTLI, ZSTD, LZ4, LZO };
Review comment:
We should probably remove LZO, but I think this is exposed in parquet-cpp
right now
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Expose compressors as pyarrow.compress, pyarrow.decompress
> -------------------------------------------------------------------
>
> Key: ARROW-1782
> URL: https://issues.apache.org/jira/browse/ARROW-1782
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Python
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> These should release the GIL, and serve as an alternative to the various
> compressor wrapper libraries out there. They should have the ability to work
> with {{pyarrow.Buffer}} or {{PyBytes}} as the user prefers
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)