You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
In v41 the
nth_value
expression function API got removed. This happened whenmin
andmax
was converted to UDAF in #11013. This went undetected because there are no logical roundtrip plan tests fornth_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
The text was updated successfully, but these errors were encountered: