[
https://issues.apache.org/jira/browse/HBASE-20019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375871#comment-16375871
]
Chia-Ping Tsai commented on HBASE-20019:
----------------------------------------
The para are not same. The #setFilterIfMissing and #setLatestVersionOnly are
not supported by CVF.
{code:java}
+(has other columns and values) to which the matched cell belongs. Parameters
are the same as
+SingleColumnValueFilter.{code}
The Scan#addColumn can't do the filter for value. Please add comment to
reminder that.
{code:java}
+Note. For simple query like "equales to a family:qualifier:value", we highly
recommend to use the following
+way instead of using SingleColumnValueFilter or ColumnValueFilter:
+[source,java]
+Scan scan = new Scan();
+scan.addColumn(family, qualifier);{code}
> Document the ColumnValueFilter
> ------------------------------
>
> Key: HBASE-20019
> URL: https://issues.apache.org/jira/browse/HBASE-20019
> Project: HBase
> Issue Type: Sub-task
> Components: documentation
> Reporter: Chia-Ping Tsai
> Assignee: Reid Chan
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-20019.master.001.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)