Github user cestella commented on the issue: https://github.com/apache/metron/pull/824 I agree with @justinleet. I think this is well within the scope of this PR since you're introducing a new method at an interface level. In that situation, we should have either a default implementation or a specific implementation for every datastore where it makes sense to do the operation. In this case, HBase certainly can and should have a `findAllLatest` implementation. As Justin said, I'd be ok with a default implementation at the interface level.
---