theirix opened a new pull request, #21074: URL: https://github.com/apache/datafusion/pull/21074
## Which issue does this PR close? - Closes #18092. ## Rationale for this change Migrating to the modern TypeSignature API: [264030c/datafusion/expr-common/src/signature.rs](https://github.com/apache/datafusion/blob/264030cca76d0bdb4d8809f252b422e72624a345/datafusion/expr-common/src/signature.rs) ## What changes are included in this PR? - Port remaining UDFs (approx_percentile_cont, approx_percentile_cont_with_weight, stub function) to signature APIs - Deprecate INTEGERS and NUMERICS arrays in favour of using the TypeSignature API - Theyy are not removed yet, but marked as deprecated to avoid breaking downstream - Fix up a SLT for approx_percentile_cont to make sure it returns a float ## Are these changes tested? - Tests are passing ## Are there any user-facing changes? -- 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]
