You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/04 14:01:01 UTC

[jira] [Commented] (ARROW-3298) [C++] Move murmur3 hash implementation to arrow/util

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

Antoine Pitrou commented on ARROW-3298:
---------------------------------------

What complicates things a bit is that there are several different versions of Murmur (murmur2, murmur3, 32-bit-hash-producing, 64-bit-hash-producing) and also potentially several different implementations of each (with different performance characteristics).

So some review of current usage accross the codebase (Arrow, Plasma, Parquet, Gandiva) is needed. [~fsaintjacques]

> [C++] Move murmur3 hash implementation to arrow/util
> ----------------------------------------------------
>
>                 Key: ARROW-3298
>                 URL: https://issues.apache.org/jira/browse/ARROW-3298
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.14.0
>
>
> It would be good to consolidate hashing utility code in a central place (this is currently in src/parquet)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)