mingmwang commented on PR #5322: URL: https://github.com/apache/arrow-datafusion/pull/5322#issuecomment-1441485114
Regarding Join pruning, this is usually achieved by Runtime Filters or Dynamic Filters(constructed dynamically during plan time), we also call this Join pushdown, to prune the rows that fall outside the range of possible join key. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org