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

Apache Spark commented on SPARK-32892:
--------------------------------------

User 'mundaym' has created a pull request for this issue:
https://github.com/apache/spark/pull/29762

> Murmur3 and xxHash64 implementations do not produce the correct results on 
> big-endian platforms
> -----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-32892
>                 URL: https://issues.apache.org/jira/browse/SPARK-32892
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core, SQL
>    Affects Versions: 3.0.1
>            Reporter: Michael Munday
>            Priority: Minor
>              Labels: big-endian
>
> The Murmur3 and xxHash64 implementations in Spark do not produce the correct 
> results on big-endian systems. This causes test failures on my target 
> platform (s390x).
> These hash functions require that multi-byte chunks be interpreted as 
> integers encoded in *little-endian* byte order. This requires byte reversal 
> when using multi-byte unsafe operations on big-endian platforms.
> I have a PR ready for discussion and review.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to