alamb commented on issue #9925: URL: https://github.com/apache/arrow-datafusion/issues/9925#issuecomment-2034726098
Workaround is to cast colum1 to string: ```sql select coalesce(column1::string, 'none_set') from test ``` -- 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]
