jayzhan211 commented on issue #14618: URL: https://github.com/apache/datafusion/issues/14618#issuecomment-2660916504
I agree. In SQL, the transformation follows this path: SQL → Expr → LogicalPlan For DataFrame operations, the transformation is: Expr → LogicalPlan The same principles that apply to the Expr → LogicalPlan transformation in the SQL case should also be considered for DataFrame operations. We need to ensure consistency in handling this transformation. -- 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