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


##########
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:
   This is interesting that we omitted window functions before 🤔
   
   And somehow this fix doesn't affect any existing tests?



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