Bankim Bhavsar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15450


Change subject: [util] Minor changes in BlockBloomFilter requested by Impala
......................................................................

[util] Minor changes in BlockBloomFilter requested by Impala

1) Do not include glog/logging.h in public header file for utilities
like block_bloom_filter.h and hash_util.h as it causes problems
with code-gen/IR in Impala.

2) Public OrEqualArray() static function in BlockBloomFilter to avoid
a copy.
This change forced using static function pointers that are initialized
only once on construction of the very first BlockBloomFilter in ctor.

Change-Id: I5944f80f4c071ce787eded3f5b41d3bc56560cd0
---
M src/kudu/util/block_bloom_filter-test.cc
M src/kudu/util/block_bloom_filter.cc
M src/kudu/util/block_bloom_filter.h
M src/kudu/util/hash_util.h
4 files changed, 79 insertions(+), 35 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/15450/1
--
To view, visit http://gerrit.cloudera.org:8080/15450
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5944f80f4c071ce787eded3f5b41d3bc56560cd0
Gerrit-Change-Number: 15450
Gerrit-PatchSet: 1
Gerrit-Owner: Bankim Bhavsar <[email protected]>

Reply via email to