Phaneendra293 commented on issue #19870:
URL: https://github.com/apache/datafusion/issues/19870#issuecomment-3763960592

   Hello, I’m new to this codebase and trying to understand this issue.
   
   From my understanding, the suggestion is to prefer return_field_from_args
   over return_type so that UDF/UDAF/UDTF schemas are handled consistently.
   
   Could you please confirm if the intended fix is to update the information
   schema functions to derive the return field from arguments instead of relying
   on return_type?  
   ’d like to take a look at this issue.
   
   I plan to explore replacing usages of return_type with
   return_field_from_args in the information schema logic.
   Please let me know if this aligns with the expected approach.


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