peterxcli commented on issue #23376:
URL: https://github.com/apache/datafusion/issues/23376#issuecomment-5043685229

   @gene-bordegaray 
   And I think actually we only need to extend the dynamic filter for 
`HashJoinExec::Partitioned` with range partition, since other operator like 
`HashJoinExec::CollectLeft`, `AggregateExec` and `SortExec(fetch)`, they don't 
have independent membership and bound expression for each partitions.
   - `HashJoinExec::CollectLeft`: One global build-side filter
   - `AggregateExec`: One shared global `MIN`/`MAX` bound
   - `SortExec(fetch)`: One shared global TopK threshold


-- 
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]

Reply via email to