Michael-J-Ward opened a new pull request, #12878: URL: https://github.com/apache/datafusion/pull/12878
This is needed to implement the WindowUDF trait. ## Which issue does this PR close? Closes #12877. ## Rationale for this change `PartitionEvaluatorArgs` is needed to implement `WindowUDF`, but is not currently re-exported. ## What changes are included in this PR? `PartitionEvaluatorArgs` is re-exported in `datafusion_expr::function`. I placed it here because that is where`WindowUDFFieldArgs` is re-exported. ## Are these changes tested? N/A ## Are there any user-facing changes? Not from any released version. -- 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]
