coderfender opened a new issue, #3509: URL: https://github.com/apache/datafusion-comet/issues/3509
### Describe the bug `can_cast_from_boolean` which is a recursive function to cast complex struct types to strings doesnt support casting to string. Given that DF supports cast from bool to pretty much all possible primitive data types (logic in `is_spark_datafusion_compatible` ) , we need to fix this function to match with datafusion compatibility ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
