dongjoon-hyun commented on a change in pull request #30352:
URL: https://github.com/apache/spark/pull/30352#discussion_r523848531
##########
File path:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
##########
@@ -710,7 +734,7 @@ private[spark] class MesosClusterScheduler(
}
private def copyBuffer(
- buffer: ArrayBuffer[MesosDriverDescription]):
ArrayBuffer[MesosDriverDescription] = {
+ buffer: TraversableOnce[MesosDriverDescription]):
ArrayBuffer[MesosDriverDescription] = {
Review comment:
Hi, @pgillet . Usually, you had better keep the comment open for the
review. The commenters will check your reply and resolve by themselves.
----------------------------------------------------------------
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]