This is an automated email from the ASF dual-hosted git repository.
abukor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a80d747 [util] KUDU-3067 add OpenStack metadata detector
new 74e0be2 [client] Add C++ API to accept BlockBloomFilter directly
new c0e922d [client] Mark the Bloom filter predicate method as
experimental
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/client/client.cc | 44 ++++++-
src/kudu/client/client.h | 41 +++++++
src/kudu/client/predicate-test.cc | 198 ++++++++++++++++++++++--------
src/kudu/client/scan_predicate-internal.h | 47 +++++++
src/kudu/client/scan_predicate.cc | 51 +++++++-
5 files changed, 324 insertions(+), 57 deletions(-)