maropu commented on a change in pull request #24113: [MINOR][CORE] Replace
Scala forkjoin package to Java bundled one
URL: https://github.com/apache/spark/pull/24113#discussion_r266220497
##########
File path: core/src/main/scala/org/apache/spark/rdd/UnionRDD.scala
##########
@@ -18,10 +18,10 @@
package org.apache.spark.rdd
import java.io.{IOException, ObjectOutputStream}
+import java.util.concurrent.ForkJoinPool
import scala.collection.mutable.ArrayBuffer
import scala.collection.parallel.ForkJoinTaskSupport
-import scala.concurrent.forkjoin.ForkJoinPool
import scala.reflect.ClassTag
Review comment:
We cannot use `ThreadUtils.newForkJoinPool` in this class instead of
`ForkJoinPool` directly?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]