From 9c40dde0d3ce71b12971d8c85306cb0f48aa5068 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Tue, 1 Sep 2015 21:00:30 +0100 Subject: [PATCH] HBASE-14346 Typo in FamilyFilter Author: Lars Francke Signed-off-by: Misty Stanley-Jones --- src/main/asciidoc/_chapters/thrift_filter_language.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/thrift_filter_language.adoc b/src/main/asciidoc/_chapters/thrift_filter_language.adoc index 744cec672d6..ed099cd0310 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.