stuhood commented on issue #21207: URL: https://github.com/apache/datafusion/issues/21207#issuecomment-5028128383
> > The case expression is more difficult to push into the index, but not impossible. We don't currently handle them. > > I thought we always end up with a `CASE` expression now unless there is only 1 partition? We always use 1 partition, and get parallelism from parallel workers... we're weird, so don't overfit too much for us 😅 -- 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]
