[
https://issues.apache.org/jira/browse/HBASE-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-1646.
--------------------------
Resolution: Fixed
Fix Version/s: 0.20.0
Hadoop Flags: [Reviewed]
Committed. Thanks for the patch Doğacan Güney. I added to the Scan
serialization a test for a Scan carrying a filter. This patch is doubly good
in that it removes the new HBaseConfiguration that was done inside in the HOW
serializing.
> 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
> Fix For: 0.20.0
>
> Attachments: HBASE-1646-v2.patch, 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.