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

    https://github.com/apache/spark/pull/12832#discussion_r62428568
  
    --- Diff: core/src/main/scala/org/apache/spark/Accumulable.scala ---
    @@ -49,6 +48,7 @@ import org.apache.spark.util.Utils
      * @tparam R the full accumulated data (result type)
      * @tparam T partial data that can be added in
      */
    +@deprecated("use AccumulatorV2", "2.0.0")
    --- End diff --
    
    OK, I'm making another PR to try to fix build warnings. Deprecating these 
methods actually makes many warnings go away (since deprecated methods calling 
deprecated methods is OK). Is that much OK to do or don't touch it for now? 
these methods are going to stay but be deprecated in any event right?


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