Github user massie commented on the pull request:

    https://github.com/apache/spark/pull/7403#issuecomment-121776325
  
    I just pushed an update (5c58b4df9b) which ensures that we keep binary 
compatibility in `PairRDDFunctions`. The old `combineByKey` methods now call 
into the new `combineByKey2` methods passing in a `null` for the combiner 
`ClassTag`.
    
    If this is an approach that is agreeable, I'll expand the tests and 
finalize the work.
    
    Any suggestions on a better name of the new combiner methods? I just called 
it `combineByKey2` but I'll sure there's a better name.
    
    Thanks for the review help @JoshRosen and @rxin.
    
    



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