[
https://issues.apache.org/jira/browse/HBASE-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442207#comment-13442207
]
Ted Yu commented on HBASE-6477:
-------------------------------
This is Gregory's 1st goal:
Filter would no longer extend Writable
So option #1 above wouldn't work because Scan had this code:
{code}
if(in.readBoolean()) {
this.filter =
(Filter)createForName(Bytes.toString(Bytes.readByteArray(in)));
this.filter.readFields(in);
}
{code}
> Use PB filter definitions in RPC
> --------------------------------
>
> Key: HBASE-6477
> URL: https://issues.apache.org/jira/browse/HBASE-6477
> Project: HBase
> Issue Type: Task
> Components: ipc, migration
> Reporter: Gregory Chanan
> Assignee: Gregory Chanan
> Fix For: 0.96.0
>
> Attachments: HBASE-6477-nonrb.patch, HBASE-6477-nonrb-v3.patch,
> HBASE-6477-nonrb-v4.patch
>
>
> Use the filters introduced in HBASE-6454 in the rpc so they are extensible
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira