You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Erik Holstad (JIRA)" <ji...@apache.org> on 2009/07/12 19:09:14 UTC

[jira] Commented: (HBASE-1646) Scan-s can't set a Filter

    [ https://issues.apache.org/jira/browse/HBASE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730117#action_12730117 ] 

Erik Holstad commented on HBASE-1646:
-------------------------------------

Hey Doĝacan.
I think we are trying to move away from the use of the Text class, maybe you can use ImmutableBytesWritable or something like that instead?

Regards Erik

> Scan-s can't set a Filter
> -------------------------
>
>                 Key: HBASE-1646
>                 URL: https://issues.apache.org/jira/browse/HBASE-1646
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Doğacan Güney
>         Attachments: scan.patch
>
>
> Scan#write:
> {code}
>       HbaseObjectWritable.writeObject(out, this.filter, Filter.class, null);
> {code}
> Because of the third argument (Filter.class), HbaseObjectWritable can not write or read the filter (as Filter is not instantiable).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.