coderfender commented on issue #3459:
URL:
https://github.com/apache/datafusion-comet/issues/3459#issuecomment-3875792165
I started modularizing all casts involving fromtype : `boolean` and already
found that we have a bug in the nested / recursive structure function :
`can_cast_from_boolean` and match arm ``` DataType::Boolean => matches!(
to_type,
DataType::Int8
| DataType::Int16
| DataType::Int32
| DataType::Int64
| DataType::Float32
| DataType::Float64
| DataType::Utf8
), ```
--
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]