Description
As described in HBASE-9142, using List<? extends Cell> is an anti pattern that adds unnecessary typing and casting clutter to the code base. It would be best to remove this before we release 0.95.2 or 0.96.
As described in HBASE-9142, using List<? extends Cell> is an anti pattern that adds unnecessary typing and casting clutter to the code base. It would be best to remove this before we release 0.95.2 or 0.96.