Skip to content

Commit

Permalink
Fix SaveToS3 methods serialization (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Aug 26, 2019
1 parent 9d85c00 commit 84b36c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,6 +21,6 @@ import org.apache.spark.rdd.RDD

object Implicits extends Implicits

trait Implicits {
trait Implicits extends Serializable {
implicit class withSaveToS3Methods[K](rdd: RDD[(K, Array[Byte])]) extends SaveToS3Methods(rdd)
}

0 comments on commit 84b36c5

Please sign in to comment.