plusplusjiajia opened a new pull request, #8447:
URL: https://github.com/apache/paimon/pull/8447
### Purpose
Apply row filter auth predicates during scan planning, not only at read
time. This lets auth filters participate in partition pruning, non-partition
filter pushdown, and limit pushdown decisions, while keeping
reader-side auth filtering as final enforcement.
This fixes cases where a partition row filter allows data in some
partitions, but queries without explicit partition predicates may plan splits
from unauthorized partitions first and return empty results.
--
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]