Repository: hbase Updated Branches: refs/heads/master 5e60166ea -> 78854995c
Typo in FamilyFilter Signed-off-by: Misty Stanley-Jones <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/78854995 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/78854995 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/78854995 Branch: refs/heads/master Commit: 78854995ccf2a9b9ad8cea3a1d454efebfb55f79 Parents: 5e60166 Author: Lars Francke <[email protected]> Authored: Tue Sep 1 21:00:30 2015 +0100 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Oct 7 12:12:48 2015 +1000 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/thrift_filter_language.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/78854995/src/main/asciidoc/_chapters/thrift_filter_language.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/thrift_filter_language.adoc b/src/main/asciidoc/_chapters/thrift_filter_language.adoc index 744cec6..ed099cd 100644 --- a/src/main/asciidoc/_chapters/thrift_filter_language.adoc +++ b/src/main/asciidoc/_chapters/thrift_filter_language.adoc @@ -250,7 +250,7 @@ RowFilter:: Family Filter:: This filter takes a compare operator and a comparator. - It compares each qualifier name with the comparator using the compare operator and if the comparison returns true, it returns all the key-values in that column. + It compares each column family name with the comparator using the compare operator and if the comparison returns true, it returns all the Cells in that column family. QualifierFilter:: This filter takes a compare operator and a comparator.
