cdelmonte-zg commented on issue #5694: URL: https://github.com/apache/datafusion/issues/5694#issuecomment-5451251817
I checked this against current `main`. The original reproducer fails on the parent of `bff92c854` with: `Cast error: Can't cast value 11111 to type UInt8` and works starting from `bff92c854` (`Fix datatype of case expression`, #5734), returning `11111` as expected. I also verified the reproducer on later releases and current `main`, where it still works correctly. So this issue looks like it was fixed by #5734 and can probably be closed. -- 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]
