Github user phatak-dev commented on the issue:

    https://github.com/apache/spark/pull/17972
  
    There are around 33 binary incompatibility issues as I made this a shared 
param. Some of them from build logs are below
    ```scala
    [error]  * abstract synthetic method 
org$apache$spark$ml$param$shared$HasIntermediateStorageLevel$_setter_$intermediateStorageLevel_=(org.apache.spark.ml.param.Param)Unit
 in trait org.apache.spark.ml.param.shared.HasIntermediateStorageLevel is 
inherited by class ALSParams in current version.
    [error]    filter with: 
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.ml.param.shared.HasIntermediateStorageLevel.org$apache$spark$ml$param$shared$HasIntermediateStorageLevel$_setter_$intermediateStorageLevel_=")
    [error]  * method getIntermediateStorageLevel()java.lang.String in class 
org.apache.spark.ml.recommendation.ALS is declared final in current version
    [error]    filter with: 
ProblemFilters.exclude[FinalMethodProblem]("org.apache.spark.ml.recommendation.ALS.getIntermediateStorageLevel")
    [error]  * method intermediateStorageLevel()org.apache.spark.ml.param.Param 
in class org.apache.spark.ml.recommendation.ALS is declared final in current 
version
    [error]    filter with: 
ProblemFilters.exclude[FinalMethodProblem]("org.apache.spark.ml.recommendation.ALS.intermediateStorageLevel")
    [error]  * abstract synthetic method 
org$apache$spark$ml$param$shared$HasIntermediateStorageLevel$_setter_$intermediateStorageLevel_=(org.apache.spark.ml.param.Param)Unit
 in trait org.apache.spark.ml.param.shared.HasIntermediateStorageLevel is 
inherited by class RandomForestRegressorParams in current version.
    ```
    Should I add them to the exclude file?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to