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


##########
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:
   Good morning!
   
   If i'm allowed, this could use a dedicated test/tests, at the same time i 
wanted to keep It lean for reviewers.
   
   If any follow up Is needed, please consider me for it
   
   



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