Github user massie commented on a diff in the pull request:
https://github.com/apache/spark/pull/7403#discussion_r35471075
--- Diff: core/src/main/scala/org/apache/spark/rdd/SubtractedRDD.scala ---
@@ -48,7 +48,7 @@ import org.apache.spark.serializer.Serializer
* you can use `rdd1`'s partitioner/partition size and not worry about
running
* out of memory because of the size of `rdd2`.
*/
-private[spark] class SubtractedRDD[K: ClassTag, V: ClassTag, W: ClassTag](
--- End diff --
These ClassTags should not be removed. I just pushed an update that reverts
this line change.
---
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]