devanbenz commented on issue #9726: URL: https://github.com/apache/datafusion/issues/9726#issuecomment-2096886032
> > @alamb if you could please take a look at [sqlparser-rs/sqlparser-rs#1260](https://github.com/sqlparser-rs/sqlparser-rs/pull/1260) -- it's linked to this issue :) > > Thanks @devanbenz -- can you explain how this is related to this issue? (Sorry I am sure it is obvious but I can't keep everything in my head anymore ) All good - this is for the `Unparser` `expr_to_sql` match statement https://github.com/apache/datafusion/blob/89443bff20015ef6c7646ca32754ece8c4093910/datafusion/sql/src/unparser/expr.rs#L391 I need to have a supported ast::Expr type for ScalarVariable from sql-parser. 👍 -- 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