Github user dbtsai commented on the pull request:

    https://github.com/apache/spark/pull/6927#issuecomment-114389143
  
    Although `LeastSquaresAggregator` and `LeastSquaresCostFun` are private, 
`MiMa` is not happy about the changes.  
    ```
    [error]  * method 
this(org.apache.spark.mllib.linalg.Vector,Double,Double,Array[Double],Array[Double])Unit
 in class org.apache.spark.ml.regression.LeastSquaresAggregator does not have a 
correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.ml.regression.LeastSquaresAggregator.this")
    [error]  * method 
this(org.apache.spark.rdd.RDD,Double,Double,Array[Double],Array[Double],Double)Unit
 in class org.apache.spark.ml.regression.LeastSquaresCostFun does not have a 
correspondent in new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.ml.regression.LeastSquaresCostFun.this")
    ```
    
    Please exclude them. Thanks.


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