[ 
https://issues.apache.org/jira/browse/PARQUET-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286464#comment-17286464
 ] 

ASF GitHub Bot commented on PARQUET-1975:
-----------------------------------------

martin-g opened a new pull request #872:
URL: https://github.com/apache/parquet-mr/pull/872


   BrotliCodec fails to load on non-x86_64 CPU architectures because 
MeteoGroup/jbrotli does not provide native binaries
   With this change brotli-codec is added as a dependency to parquet-hadoop 
only for amd64, i.e. x86_64


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Test failure on ARM64 CPU architecture
> --------------------------------------
>
>                 Key: PARQUET-1975
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1975
>             Project: Parquet
>          Issue Type: Bug
>    Affects Versions: 1.12.0
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> Trying to build Apache Parquet MR on ARM64 fails with:
>  
> {code:java}
> $ mvn clean verify
> ...
> Tests in error: 
>   
> testReadWriteWithCountDeprecated(org.apache.parquet.hadoop.DeprecatedInputFormatTest):
>  org.apache.hadoop.io.compress.CompressionCodec: Provider 
> org.apache.hadoop.io.compress.BrotliCodec could not be instantiated
> {code}
>  
> The reason is that com.github.rdblue:brotli-codec has no binary for aarch64



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to