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

    https://github.com/apache/spark/pull/18883#discussion_r136451595
  
    --- Diff: project/MimaExcludes.scala ---
    @@ -41,7 +41,10 @@ object MimaExcludes {
     
         // [SPARK-19937] Add remote bytes read to disk.
         
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetrics.this"),
    -    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this")
    +    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this"),
    +
    +    // [SPARK-21276] Update lz4-java to the latest (v1.4.0)
    +    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.io.LZ4BlockInputStream")
    --- End diff --
    
    By the way, I'm not sure if we want to pursue strictly compatible. Just to 
point out the issue here.


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