gstvg opened a new pull request, #1686: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1686
Extend lambda support landed on #1257 to more dialects (but not Snowflake, see #1273) Adds `supports_parensless_lambda_functions` to `Dialect` Returns true for `supports_lambda_functions` for ClickHouse, DuckDB and Generic dialects Returns true for `supports_parensless_lambda_functions` for ClickHouse, Databricks and DuckDB dialects, **but not** Generic to no conflict with Postgres JSON This is a breaking change because now to parse a parensless lambda `x -> x + 1` a dialect must also implement `supports_parensless_lambda_functions` -- 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