adelapena commented on PR #2465: URL: https://github.com/apache/cassandra/pull/2465#issuecomment-1621969452
@mike-tr-adamson I think RFP is working because `StorageAttachedIndexSearcher #filterReplicaFilteringProtection` takes care of applying the filters to the expressions that are used in the coordinator: https://github.com/apache/cassandra/blob/723cc160921cff6afa1fa7219b3a8a1b4c41c961/src/java/org/apache/cassandra/index/sai/plan/StorageAttachedIndexSearcher.java#L85-L103 You can artificially see the test failing if you modify that method or if you make `DataResolver#needsReplicaFilteringProtection` return false. -- 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]

