jcsherin opened a new issue, #12278: URL: https://github.com/apache/datafusion/issues/12278
### Describe the bug In v41 the `nth_value` expression function API got removed. This happened when `min` and `max` was converted to UDAF in #11013. This went undetected because there are no logical roundtrip plan tests for `nth_value`. ### To Reproduce The function is listed in v40: https://docs.rs/datafusion/40.0.0/datafusion/functions_aggregate/expr_fn/fn.nth_value.html The function is missing in v41: https://docs.rs/datafusion/41.0.0/datafusion/functions_aggregate/expr_fn/fn.nth_value.html ### Expected behavior The `nth_value` UDAF is listed in v41 docs. ### Additional context _No response_ -- 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.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