Details
Description
0.96+ the filterRow(List) method is deprecated:
* WARNING: please to not override this method. Instead override {@link #filterRowCells(List)}. * This is for transition from 0.94 -> 0.96 **/ @Deprecated abstract public void filterRow(List<KeyValue> kvs) throws IOException;
This method should be removed from Filter classes for 1.0
Attachments
Attachments
Issue Links
- relates to
-
HBASE-10856 Prep for 1.0
- Closed