Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/10835#issuecomment-175892453
  
    I have compiled a list of breaking `@DeveloperAPI` changes:
    
    ExceptionFailure:
    - changed: `apply`, `unapply`, `copy`
    - removed: old constructor
    - deprecated: `metrics`
    
    InputMetrics:
    - removed: old constructor, all case class methods, `updateBytesRead`, 
`setBytesReadCallback`, `var bytesReadCallback`
    - deprecated: `apply`, `unapply`, `incBytesRead`, `incRecordsRead`
    
    OutputMetrics:
    - removed: old constructor, all case class methods
    - deprecated: `apply`, `unapply`
    
    ShuffleReadMetrics:
    - removed: old constructor
    
    ShuffleWriteMetrics:
    - removed: old constructor
    
    TaskMetrics:
    - changed: `accumulatorUpdates` return type (Map[Long, Any] -> 
Seq[AccumulableInfo])
    - removed: `hostname`
    - deprecated: `var updatedBlocks`, set `var outputMetrics`, set `var 
shuffleWriteMetrics`
    
    AccumulableInfo:
    - changed: `update` type (Option[String] -> Option[Any]), `value` type 
(String -> Option[Any]), `name` type (String -> Option[String])
    - removed: `internal`
    - deprecated: all existing `apply` methods
    
    SparkListenerTaskEnd:
    - changed: `taskMetrics` is now @Nullable
    
    SparkListenerExecutorMetricsUpdate:
    - changed: `apply`, `unapply`, `copy`
    - removed: old constructor, `taskMetrics`



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