Hi Im writing a custom filter it seems that filterKeyValue(KeyValue kv) give me every version, which is fine, but im only interested in the latest version.
I have tried KeyValue.isLatestTimestamp() to filter out older versions but this method always returns false? Also tried setMaxVersions(1) on the Scanner but this doesnt seem to help. Any advice? Cheers, -Kristoffer
