adriangb commented on PR #21931: URL: https://github.com/apache/datafusion/pull/21931#issuecomment-4471632005
The only regressions are `tpch10` w/ filter pushdown on. I guess those are benefiting from the old `CASE` structure more than this new structure. I am re-running with pushdown on vs. off. I think that's the real comparison. My hypothesis is that the `CASE` structure is a bigger win when the hash join dynamic filters work but also a much bigger cost when they don't. -- 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]
