Github user mengxr commented on the issue:
https://github.com/apache/spark/pull/14558
@felixcheung I agree that we shouldn't put real documentation to
`generics.R`. I discussed with @junyangq offline and suggest the following:
1) If we have to put "..." in `setGeneric` (e.g., in order to match
existing sig or extra arguments in the function definition), then we also put
`...` at the end of function declaration and document "..." there. This is done
similarly in R code base.
2) If we don't need `...`, then remove it from both `setGeneric` and
function declaration.
Does it sound good?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]