Jefffrey commented on code in PR #20079:
URL: https://github.com/apache/datafusion/pull/20079#discussion_r2749229459


##########
datafusion/catalog/src/information_schema.rs:
##########
@@ -473,12 +500,26 @@ fn get_udwf_args_and_return_types(
         Ok(arg_types
             .into_iter()
             .map(|arg_types| {
-                // only handle the function which implemented 
[`ScalarUDFImpl::return_type`] method
+                let arg_fields: Vec<FieldRef> = arg_types

Review Comment:
   I think this PR is fine to merge as is, but I wouldn't be opposed to adding 
some SLT tests for that case



-- 
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]

Reply via email to