adriangb commented on PR #21641: URL: https://github.com/apache/datafusion/pull/21641#issuecomment-4261510036
I don't think we'll move forward with this because: 1. It didn't really fix the root cause of the bug, that is now in https://github.com/apache/datafusion/pull/21666 2. It causes regressions in performance. 3. As discussed here the right thing to do is probably for the probe side scans to get kicked off immediately but pause for say 100ms at some point before starting heavy non-cancelable work if a dynamic filter declares "I will be finalized and scans should wait for me" or something along those lines, discussion in https://github.com/apache/datafusion/pull/21641#discussion_r3088377599 -- 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]
