[jira] [Commented] (PARQUET-1643) Use airlift non-native implementations for GZIP, LZ0 and LZ4 codecs

2020-06-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17147302#comment-17147302 ] ASF GitHub Bot commented on PARQUET-1643: - samarthjain commented on pull request #671: URL:

[GitHub] [parquet-mr] samarthjain commented on pull request #671: PARQUET-1643 Use airlift codecs for LZ4, LZ0, GZIP

2020-06-28 Thread GitBox
samarthjain commented on pull request #671: URL: https://github.com/apache/parquet-mr/pull/671#issuecomment-650731696 Force pushed a new commit that makes it configurable whether to use Airlift based compressors or not. Also added tests and GZIP benchmarks for Airlift compressors.