metesynnada commented on PR #5322:
URL: 
https://github.com/apache/arrow-datafusion/pull/5322#issuecomment-1441505615

   > Runtime Filters or Dynamic Filters(constructed dynamically during plan 
time), we also call this Join pushdown
   
   Does it delete the unrelated rows from the buffer (`RecordBatch` and Hash 
table) permanently or just filter the related rows for hash and match? Our 
approach makes the buffer constantly smaller.
   


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

Reply via email to