Omega359 commented on issue #17993:
URL: https://github.com/apache/datafusion/issues/17993#issuecomment-3386013811
Not that currently I don't think this is quite possible because the
`return_field_from_args` function has no access to `ConfigOptions`. Leaving it
as it is results in queries such as
```sql
> SET TIME ZONE '+08:00';
0 row(s) fetched.
Elapsed 0.002 seconds.
> select count(1) result from (select now() as n) a where n =
'2000-01-01'::date;
Arrow error: Invalid argument error: Invalid comparison operation:
Timestamp(Nanosecond, Some("+08:00")) == Timestamp(Nanosecond, Some("+00:00"))
```
--
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]