Hello, I have a "strange" situation that I can't wrap my head around it. Say, for example, I have an KeyValue instance, shouldn't
myKV.getLength() == myKV.getBuffer().length ?
Given that, "getLength()" returns "Length of bytes this KeyValue occupies
in
getBuffer()<http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/KeyValue.html#getBuffer%28%29>
."
In my case the value returned by "myKV.getBuffer().length" is greater than
"myKV.getLength()". What possibly went wrong?
TIA
Kim.
