Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15247
Change subject: [client] Remove range bounds in Bloom filter predicate ...................................................................... [client] Remove range bounds in Bloom filter predicate Lower and upper range bounds are required to allow merging a range predicate with Bloom filter predicate on the same column. Since the merging is done on the client side, the range bounds are required in the wire protocol but we don't need them in the public client APIs as client allows combining multiple predicates. Change-Id: I60fa19e69ececa97e96eb6ed5f082406b0aab890 --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/predicate-test.cc M src/kudu/client/scan_predicate-internal.h M src/kudu/client/scan_predicate.cc M src/kudu/common/column_predicate.h M src/kudu/common/common.proto 7 files changed, 40 insertions(+), 73 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/15247/1 -- To view, visit http://gerrit.cloudera.org:8080/15247 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I60fa19e69ececa97e96eb6ed5f082406b0aab890 Gerrit-Change-Number: 15247 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
