alexander-beedie opened a new pull request, #2224: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2224
#2149 added "supports_lambda_functions" for DuckDB (which is reasonable), but also (accidentally?) set it for `GenericDialect` as well, breaking the existing use of `->` as a binary operator. This was previously identified in https://github.com/apache/datafusion-sqlparser-rs/pull/1686#discussion_r1934222955 as something that shouldn't be done. This PR keeps the DuckDB additions, but reverts the change to `GenericDialect` and adds a line of additional test coverage to try and prevent a future regression. -- 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]
