Hello Orcers, Is it correct to say that if a predicate is used, it will only apply to either all the rows in a stripe (or whatever) or none of them. Ie, if a chunk contains a matching row, you'll get back the entire chunk, and so we must always filter afterwards just in case?
I ask because this is the behaviour I am seeing in the Java client when using a search argument, but I cannot find any documentation on what the intended behaviour is meant to be. Cheers
