HyukjinKwon commented on a change in pull request #28085:
[SPARK-29641][PYTHON][CORE] Stage Level Sched: Add python api's and tests
URL: https://github.com/apache/spark/pull/28085#discussion_r403649190
##########
File path: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
##########
@@ -1135,6 +1137,22 @@ private[spark] class DAGScheduler(
}
}
+ /**
+ * PythonRunner needs to know what the pyspark memory setting is for the
profile being run.
Review comment:
nit: PythonRunner -> `` `PythonRunner` ``or `[[PythonRunner]]`` since it's a
`class` which doesn't have any problem in unidoc.
----------------------------------------------------------------
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]