Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Patch
Description
HBase plugin use Cell.getFamily and Cell.getQualifier method, which is deprecated - and they are not simple getters, but they are creating and copying buffers, to return the values.
It would be better, if this could be omitted.