You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/10/14 09:25:31 UTC

[2/2] hbase git commit: Revert "Typo in FamilyFilter"

Revert "Typo in FamilyFilter"

This reverts commit 78854995ccf2a9b9ad8cea3a1d454efebfb55f79.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9bd4371d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9bd4371d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9bd4371d

Branch: refs/heads/master
Commit: 9bd4371dfc04a8834f4f6ea8e9290fd05345d5a1
Parents: 4850757
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Wed Oct 14 16:44:06 2015 +1000
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Wed Oct 14 17:25:20 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/9bd4371d/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 ed099cd..744cec6 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.