Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 889B818CB7 for ; Wed, 14 Oct 2015 11:43:06 +0000 (UTC) Received: (qmail 21257 invoked by uid 500); 14 Oct 2015 11:43:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 21189 invoked by uid 500); 14 Oct 2015 11:43:06 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 21033 invoked by uid 99); 14 Oct 2015 11:43:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 11:43:06 +0000 Date: Wed, 14 Oct 2015 11:43:06 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14346) Typo in FamilyFilter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956765#comment-14956765 ] Hudson commented on HBASE-14346: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6908 (See [https://builds.apache.org/job/HBase-TRUNK/6908/]) HBASE-14346 Typo in FamilyFilter (mstanleyjones: rev 9c40dde0d3ce71b12971d8c85306cb0f48aa5068) * src/main/asciidoc/_chapters/thrift_filter_language.adoc > Typo in FamilyFilter > -------------------- > > Key: HBASE-14346 > URL: https://issues.apache.org/jira/browse/HBASE-14346 > Project: HBase > Issue Type: Bug > Components: documentation > Reporter: Joshua Batson > Assignee: Lars Francke > Priority: Trivial > Fix For: 2.0.0 > > Attachments: HBASE-14346.patch > > Original Estimate: 5m > Remaining Estimate: 5m > > I think there's a typo. "qualifier name" should read "column family name" > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)