Description
This is an issue directly related to HBASE-1646. Get#write and Get#readFields both use HbaseObjectWritable to write filters and when it comes to custom filters or filters in general that are not hardcoded in HbaseObjectWritable , an exception is thrown.
It has been fixed in the issue noted above for Scan. Attached patch fixes it fot Get too.
Attachments
Attachments
Issue Links
- is a clone of
-
HBASE-1646 Scan-s can't set a Filter
- Closed