Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Remove experimental tag on Bloom filter predicate
Impala now supports pushing down Bloom filter predicate to Kudu, by default [1]. Performance testing and associated changes were made to Kudu to reduce regressions when Bloom filter predicate isn't effective [2]. So removing the experimental tag from the C++ client API docs. [1] https://issues.apache.org/jira/browse/IMPALA-3741 [2] https://issues.apache.org/jira/browse/KUDU-3140 Change-Id: I1b87ed5b959de70ab587c1e86eb92a7a84091ce9 Reviewed-on: http://gerrit.cloudera.org:8080/16427 Reviewed-by: Attila Bukor <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Bankim Bhavsar <[email protected]> (cherry picked from commit 0c4f1f9) Reviewed-on: http://gerrit.cloudera.org:8080/16433 Tested-by: Kudu Jenkins
- Loading branch information