maedhroz commented on code in PR #3731:
URL: https://github.com/apache/cassandra/pull/3731#discussion_r1904697370
##########
src/java/org/apache/cassandra/db/filter/RowFilter.java:
##########
@@ -933,7 +934,7 @@ protected Kind kind()
}
// Filtering by custom expressions isn't supported yet, so just accept
any row
- public boolean isSatisfiedBy(TableMetadata metadata, DecoratedKey
partitionKey, Row row)
+ public boolean isSatisfiedBy(TableMetadata metadata, DecoratedKey
partitionKey, Row row, long nowInSec)
Review Comment:
nit: add `@Override`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]