[ https://issues.apache.org/jira/browse/PARQUET-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262130#comment-16262130 ]
ASF GitHub Bot commented on PARQUET-970: ---------------------------------------- xhochy commented on issue #419: PARQUET-970: Add Lz4 and Zstd compression codec URL: https://github.com/apache/parquet-cpp/pull/419#issuecomment-346275866 @advancedxy We can leave the rest of the changes in `parquet.thrift` for another PR. This should make merging this one here simpler. For Arrow's build: Arrow downloads and builds the zstd static library automatically if not found on the system but will not install it again then. In this case, you can only use Arrow's shared libraries. Thus if you want to use static Arrow builds, you need to take care of supplying a static zlib build in your system. In this case, this should be done by `conda` as it defines the build environment. ---------------------------------------------------------------- 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: us...@infra.apache.org > Add ZstdCompressor for parquet-cpp compressor interface > ------------------------------------------------------- > > Key: PARQUET-970 > URL: https://issues.apache.org/jira/browse/PARQUET-970 > Project: Parquet > Issue Type: New Feature > Components: parquet-cpp > Reporter: Xianjin YE > Assignee: Xianjin YE > > https://github.com/facebook/zstd looks quite promising, I'd like to add a > compressor in parquet-cpp. -- This message was sent by Atlassian JIRA (v6.4.14#64029)