Hello Tidy Bot, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/14934

to look at the new patch set (#2).

Change subject: [util] Import FastHash hash function to util
......................................................................

[util] Import FastHash hash function to util

FastHash is a simple, robust, and efficient general purpose
hash function from Google.

It's fast, small in size and with least/no quality problems
as per smhasher and hence a good candidate for BlockBloomFilter.

C++ implementation has been ported straight from
https://code.google.com/archive/p/fast-hash/ with minor style
modifications.

Java implementation has been adapted from the C implementation.

Change-Id: Id0a21d6af10d9ba0dbd9ab46d73552d42976e8d7
---
A java/kudu-client/src/main/java/org/apache/kudu/util/HashUtil.java
A java/kudu-client/src/test/java/org/apache/kudu/util/TestFashHash.java
M src/kudu/util/hash_util-test.cc
M src/kudu/util/hash_util.h
4 files changed, 257 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/14934/2
--
To view, visit http://gerrit.cloudera.org:8080/14934
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id0a21d6af10d9ba0dbd9ab46d73552d42976e8d7
Gerrit-Change-Number: 14934
Gerrit-PatchSet: 2
Gerrit-Owner: Bankim Bhavsar <ban...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)

Reply via email to