alamb commented on issue #9285: URL: https://github.com/apache/arrow-datafusion/issues/9285#issuecomment-1977621477
> I also encountered function [references ](https://github.com/apache/arrow-datafusion/blob/a84e5f89bd52d59c78f11fffbab89ed1d418538f/datafusion/sql/src/expr/mod.rs#L173)in the sql crate that I really can't see a way to work around unless we somehow allow SQLExpr to be a part of a ScalarUdf or similar. I was thinking in the sql parser we can just switch to lookung up functions by name (and the sql planner already has a function registry) > Hmm. I had the same issue with datebin being referenced in physical-expr Perhaps it is time to make a new crate that contains common function implementation code 🤔 -- 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]
