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
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.