Is your feature request related to a problem or challenge?
Queries such as select 1 + "1"; should be supported by datafusion, but currently are not supported (expressions have incompatible types).
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Queries such as
select 1 + "1";should be supported by datafusion, but currently are not supported (expressions have incompatible types).Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response