Github user deenar commented on the pull request:

    https://github.com/apache/spark/pull/5030#issuecomment-98444134
  
    Sean
    
    I need some guidance on adding Mima excludes. Does the additional optional
    parameter count new method or I do i need some other kind of exclude such
    as IncompatibleMethTypeProblem ?
    
    > @@ -1318,7 +1318,7 @@ abstract class RDD[T: ClassTag](
    >    /**
    >     * Save this RDD as a SequenceFile of serialized objects.
    >     */
    > -  def saveAsObjectFile(path: String) {
    > +  def saveAsObjectFile(path: String, codec: Option[Class[_ <: 
CompressionCodec]] = None) {
    
    + ) ++ Seq( + // SPARK-6333+ ProblemFilters.exclude[MissingMethodProblem](+
    "org.apache.spark.api.java.JavaRDDLike.saveAsObjectFile") )
    
    On 3 May 2015 at 06:53, Deenar Toraskar <[email protected]> wrote:
    
    > Sorry missed your last email in my inbox. Sure, will do this.
    >
    > On 3 May 2015 at 00:52, Sean Owen <[email protected]> wrote:
    >
    >> @deenar <https://github.com/deenar> can you update this or else do you
    >> mind closing this PR?
    >>
    >> —
    >> Reply to this email directly or view it on GitHub
    >> <https://github.com/apache/spark/pull/5030#issuecomment-98418503>.
    >>
    >
    >



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