alamb commented on PR #8669: URL: https://github.com/apache/arrow-datafusion/pull/8669#issuecomment-1871436400
Thank you @yahoNanJing -- I have this on my review queue. Your use case of large `IN` lists is an excellent example (and one the current PruningPredicate rewrite won't handle well, as I think it only handles IN lists that are rewritten into `OR` chains @NGA-TRAN and I have been thinking about how to make PruningPredicate handle cases where not all columns have statistics (e.g. https://github.com/apache/arrow-datafusion/issues/7869) -- 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]
