This is an automated email from the ASF dual-hosted git repository. abukor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 34ba52cdd7c099c85646fee92ec71fbe67978df8 Author: Attila Bukor <[email protected]> AuthorDate: Mon Sep 21 12:41:59 2020 +0200 Fix Doxygen comment in client.h Change-Id: I945a784c39c2a6c1ea3a628efeba4b7dd3e9f76e Reviewed-on: http://gerrit.cloudera.org:8080/16482 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- src/kudu/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kudu/client/client.h b/src/kudu/client/client.h index 40f33c6..cd5df70 100644 --- a/src/kudu/client/client.h +++ b/src/kudu/client/client.h @@ -1148,8 +1148,8 @@ class KUDU_EXPORT KuduTable : public sp::enable_shared_from_this<KuduTable> { /// @name Advanced/Unstable API /// /// There are no guarantees on the stability of this client API. - /// ///@{ + /// Create a new IN Bloom filter predicate using direct BlockBloomFilter /// pointers which can be used for scanners on this table. ///
