[
https://issues.apache.org/jira/browse/HBASE-18617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131378#comment-16131378
]
vinisha commented on HBASE-18617:
---------------------------------
The test is failing with:
{noformat}
Error Message
expected:<true> but was:<false>
Stacktrace
java.lang.AssertionError: expected:<true> but was:<false>
at
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd.testAllFixedBits(TestFuzzyRowFilterEndToEnd.java:162)
{noformat}
It looks like my patch in `FuzzyRowFilter` is not used because the same test
passes locally. Could anyone let me know how can I make sure whether all the
patch files were used by the build?
> FuzzyRowKeyFilter should not modify the filter pairs
> ----------------------------------------------------
>
> Key: HBASE-18617
> URL: https://issues.apache.org/jira/browse/HBASE-18617
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.1.2
> Reporter: vinisha
> Assignee: vinisha
> Priority: Minor
> Attachments: FuzzyRowFilter_HBASE_18617.patch,
> TestFuzzyRowFilterEndToEnd_HBASE_18617.patch
>
>
> Current implementation of FuzzyRowKeyFilter modifies the provided filter
> pairs:
> https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FuzzyRowFilter.java#L89-L90
> Filter should not change the filter pair.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)