Hi,
I have a question wrt org.apache.hadoop.hbase.filter In what order KeyValue are passed into the filter? into Filter.ReturnCode filterKeyValue(KeyValue v) Is it the same order columns were added into the row? Reversed that?
Hi,
I have a question wrt org.apache.hadoop.hbase.filter In what order KeyValue are passed into the filter? into Filter.ReturnCode filterKeyValue(KeyValue v) Is it the same order columns were added into the row? Reversed that?