From 9bd4371dfc04a8834f4f6ea8e9290fd05345d5a1 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 14 Oct 2015 16:44:06 +1000 Subject: [PATCH] Revert "Typo in FamilyFilter" This reverts commit 78854995ccf2a9b9ad8cea3a1d454efebfb55f79. --- 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 ed099cd0310..744cec672d6 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 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. + 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. QualifierFilter:: This filter takes a compare operator and a comparator.