mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039736775
########## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ########## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { * @return null is the top cell doesn't change. Otherwise, the NextState to return */ private NextState needToReturn(List<? super ExtendedCell> outResult) { - if (!outResult.isEmpty() && topChanged) { + if (topChanged) { Review Comment: Thanks for reviewing the code! let me know if there's anything I should take care of. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org