jayzhan211 commented on issue #14618: URL: https://github.com/apache/datafusion/issues/14618#issuecomment-2748067793
In `LogicalPlanBuilder::Values`, type coercion is performed before creating `LogicalPlan::Values`. This suggests that for cases like Values and Union, having the correct types upfront is necessary, making early type coercion logical. On the other hand, for cases like `Expr::BinaryExpr`, it might be more appropriate to defer type coercion until the final stage -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org