jayzhan211 commented on PR #13756: URL: https://github.com/apache/datafusion/pull/13756#issuecomment-2542625134
`ExprSchemable::get_type` for ScalarFunction is basically asking the `return_type` for the function. Given that we coerce fixed size list to list, the return type of `array_element(fixed size list)` makes sense to be list. Therefore, I think the unit test is expected to fail since it is coerced to List -- 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]
