comphead commented on issue #23041:
URL: https://github.com/apache/datafusion/issues/23041#issuecomment-4760995413
Thanks @zyuiop I totally agree with your query with small modifications
though
```
> select 1 + '1';
Error during planning: Cannot coerce arithmetic expression Int64 + Utf8 to
valid types
```
However pgsql
```
select 1 + '1'
?column?
----------
2
(1 row)
```
--
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]