Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12263#discussion_r59096653
  
    --- Diff: 
examples/src/main/scala/org/apache/spark/examples/mllib/AbstractParams.scala ---
    @@ -38,7 +38,7 @@ abstract class AbstractParams[T: TypeTag] {
        */
       override def toString: String = {
         val tpe = tag.tpe
    -    val allAccessors = tpe.declarations.collect {
    +    val allAccessors = tpe.decls.collect {
    --- End diff --
    
    Hm, not sure why... somehow remember that I couldn't figure out how to 
suppress it. There are a few like this that can be suppressed, yes.


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