dongjoon-hyun edited a comment on pull request #28971: URL: https://github.com/apache/spark/pull/28971#issuecomment-657130782
Could you fix the following four instances together in this PR, @srowen ? ``` [ERROR] [Error] /Users/dongjoon/PRS/SPARK-PR-28971/core/src/main/scala/org/apache/spark/rdd/UnionRDD.scala:23: object parallel is not a member of package collection [ERROR] [Error] /Users/dongjoon/PRS/SPARK-PR-28971/core/src/main/scala/org/apache/spark/rdd/UnionRDD.scala:24: object parallel is not a member of package collection [ERROR] [Error] /Users/dongjoon/PRS/SPARK-PR-28971/core/src/main/scala/org/apache/spark/rdd/UnionRDD.scala:64: not found: type ForkJoinTaskSupport [ERROR] [Error] /Users/dongjoon/PRS/SPARK-PR-28971/core/src/main/scala/org/apache/spark/rdd/UnionRDD.scala:79: not found: type ParVector ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
