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

    https://github.com/apache/spark/pull/15779#discussion_r86670216
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/optim/NormalEquationSolver.scala ---
    @@ -156,7 +157,7 @@ private[ml] class QuasiNewtonSolver(
      * Exception thrown when solving a linear system Ax = b for which the 
matrix A is non-invertible
      * (singular).
      */
    -class SingularMatrixException(message: String, cause: Throwable)
    +private[ml] class SingularMatrixException(message: String, cause: 
Throwable)
    --- End diff --
    
    `private[spark]` as Jenkins was nice enough to point out


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