jkosh44 commented on PR #14289: URL: https://github.com/apache/datafusion/pull/14289#issuecomment-2621158643
> ```rust > /// Any Null input causes the function to return Null. > Propogate, > ``` I've updated the PR to use this. I just realized though that window and aggregate functions (and maybe other function types?) completely ignore this field in the `Signature`. That feels wrong, but I'll have to think about what the right behavior should be. -- 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]
