Omega359 commented on PR #11215:
URL: https://github.com/apache/datafusion/pull/11215#issuecomment-2211321035
Adding this clause to the plan_to_sql.rs:roundtrip_expr() test showcases the
issue:
```
(
TableReference::bare("person"),
r#"extract(year from "2024-12-30"::date)"#,
r#"fixme"#,
),
```
--
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]