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


##########
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:
   Nice, i opened #20090 to track this as it might be a good newcomer task also
   
   Thanks again for your review @Jefffrey 



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