[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-07 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: HBASE-6509_3.patch Added filter to Filter.proto (aslo added BytesBytesPair type in

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-06 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: HBASE-6509_2.patch Ted, thank you for review. Fixed nits, updated diff.

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-03 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: HBASE-6509.patch Attached patch. Also created review request at

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-03 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Status: Patch Available (was: Open) Implement fast-forwarding FuzzyRowFilter to allow filter

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-03 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: (was: HBASE-6509.patch) Implement fast-forwarding FuzzyRowFilter to allow

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-03 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: HBASE-6509.patch Sorry - my IDE inserted bad license header in patch. Fixed

[jira] [Updated] (HBASE-6509) Implement fast-forwarding FuzzyRowFilter to allow filter rows e.g. by ???alex?b

2012-08-03 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6509: Attachment: HBASE-6509_1.patch Added SmallTests annotation to test. Thanx, Ted!