findepi commented on issue #1468: URL: https://github.com/apache/datafusion/issues/1468#issuecomment-2312366360
> I think Sort would be an easier thing to remove / fix -- `Expr::Sort` as an expression is also bad as it means the signatures of `fn order_by(...)` are in terms of `Expr`, meaning the compiler can't ensure you are actually passing `Expr::Sort` when needed filed https://github.com/apache/datafusion/issues/12193 for this and created a PR removing `Expr::Sort` (https://github.com/apache/datafusion/pull/12177) -- 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]
