lyne7-sc commented on PR #22387: URL: https://github.com/apache/datafusion/pull/22387#issuecomment-4524004599
I see your concern, all scalars is the most common pattern in practice, and scoping the optimization to just that case makes sense. Weighing in the code complexity of supporting those edge cases, I agree it's better to keep things simple — I'll narrow the fast path to all-scalars and let the general path handle the rest. -- 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]
