timsaucer opened a new pull request, #16122: URL: https://github.com/apache/datafusion/pull/16122
## Which issue does this PR close? - Closes https://github.com/apache/datafusion/issues/16121 ## Rationale for this change With the switch from `DataType` to `Field` we may have some plans that create a lot of copy operations. This PR switches from `Field` to `FieldRef` for the user defined scalar, window, and aggregate functions. ## What changes are included in this PR? Changes to the API for the user defined functions and similar supporting operations throughout the code base. ## Are these changes tested? Tested via existing unit tests. ## Are there any user-facing changes? None TODO: - [ ] Update migration guide to describe changes necessary for end users -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org