joseph-isaacs commented on issue #12819:
URL: https://github.com/apache/datafusion/issues/12819#issuecomment-2402421787

   Hey, thanks for your ideas. 
   
   This mean that the `ExprSimplifier` would change the return type of the pack 
UDF.
   
   Say for instance the return (before simplification) is `("a", int64 
nullable), ...` after would be `("a", int64 non nullable), ...`. This would 
mean that the simplification is required to run for the UDF to behave correctly.
   


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