Jefffrey opened a new issue, #19870: URL: https://github.com/apache/datafusion/issues/19870
https://github.com/apache/datafusion/blob/3ea21aa332b2916e59b446317868a9ecffb30022/datafusion/catalog/src/information_schema.rs#L424-L428 https://github.com/apache/datafusion/blob/3ea21aa332b2916e59b446317868a9ecffb30022/datafusion/catalog/src/information_schema.rs#L450-L454 These should be using `return_field_from_args` as some UDFs/UDAFs/UDWFs implement that instead of `return_type`, especially since the default implementation of `return_field_from_args` already delegates to `return_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]
