Github user shivaram commented on the issue:

    https://github.com/apache/spark/pull/14705
  
    Thanks @junyangq  -- I just ran the check on `branch-2.0` with this PR and 
in addition to `glm` there were two warnings for `...` in `first` and 
`unpersist` that we can fix in this PR. 
    
    For `glm` its kind of unfortunate but I think we need to just go ahead and 
add those args and say that those are not used by SparkR.  Is there any other 
workaround you have in mind ? We can do that in a separate PR if required.
    
    ```
    Undocumented arguments in documentation object 'first'  ‘...’
    Undocumented arguments in documentation object 'glm'
      ‘weights’ ‘subset’ ‘na.action’ ‘start’ ‘etastart’ 
‘mustart’ ‘offset’
      ‘control’ ‘model’ ‘method’ ‘x’ ‘y’ ‘contrasts’ 
‘...’
    Undocumented arguments in documentation object 'unpersist'  ‘...’
    ```


---
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]

Reply via email to