liuxiaocs7 commented on code in PR #7720:
URL: https://github.com/apache/hbase/pull/7720#discussion_r2781469036


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/querymatcher/ScanQueryMatcher.java:
##########
@@ -192,7 +191,7 @@ protected final MatchCode preCheck(ExtendedCell cell) {
       return columns.getNextRowOrNextColumn(cell);
     }
     // check if the cell is expired by cell TTL
-    if (isCellTTLExpired(cell, this.oldestUnexpiredTS, this.now)) {
+    if (isCellTTLExpired(cell, this.now)) {

Review Comment:
   Hi, @Apache9, it appears that `oldestTimestamp` is not being used in 
`isCellTTLExpired` and it's confusing, so we can remove this parameter?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to