pepijnve commented on PR #21679: URL: https://github.com/apache/datafusion/pull/21679#issuecomment-4287891709
@LiaCastaneda `SELECT reduce(array(1, 2, 3), 0, (acc, x) -> cast(acc as varchar), acc -> upper(acc))` seems a bit far fetched. What would the expected behaviour be here? That the initial integer state `0` is coerced to a string type? -- 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]
