Omega359 commented on code in PR #12926:
URL: https://github.com/apache/datafusion/pull/12926#discussion_r1800166923
##########
datafusion/functions-aggregate/src/nth_value.rs:
##########
@@ -191,7 +191,7 @@ fn get_nth_value_doc() -> &'static Documentation {
| 2 | 45000 | 45000 |
+---------+--------+-------------------------+
```"#)
- .with_standard_argument("expression", "The column or expression to
retrieve the nth value from.")
+ .with_standard_argument("expression", Some("The column or
expression to retrieve the nth value from."))
Review Comment:
wouldn't this be .with_argument(..) ?
--
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]