Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21977#discussion_r211750476 --- Diff: core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala --- @@ -60,14 +61,20 @@ private[spark] object PythonEvalType { */ private[spark] abstract class BasePythonRunner[IN, OUT]( funcs: Seq[ChainedPythonFunctions], - bufferSize: Int, - reuseWorker: Boolean, evalType: Int, - argOffsets: Array[Array[Int]]) + argOffsets: Array[Array[Int]], + conf: SparkConf) --- End diff -- Is there any place where this is not `SparkEnv.get.conf`? Just trying to gauge how icky it would be to just hardcode `SparkEnv.get.conf` here.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org