Dandandan commented on PR #19390: URL: https://github.com/apache/datafusion/pull/19390#issuecomment-3675279950
> > run benchmark tpch tpcds > > @Dandandan how do `IN LIST` in the tpch queries get planned? > > I think once this optim is done, there could be a lot to reuse for broadcast joins... For plain (non dynamic) filters, I think based on a treshold (<= 3) it either gets planned as a chain of or expressions or using `InListExpr`. Probably we can change the treshold if it's better for fewer elems as well for primitive types. -- 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]
