Get-s can't set a Filter ------------------------ Key: HBASE-1957 URL: https://issues.apache.org/jira/browse/HBASE-1957 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.0 Reporter: Roman Kalyakin Fix For: 0.20.0
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.