ajithme commented on a change in pull request #27266: [SPARK-22590][SQL] Copy
sparkContext.localproperties to child thread in
BroadcastExchangeExec.executionContext
URL: https://github.com/apache/spark/pull/27266#discussion_r380170778
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/BroadcastExchangeExec.scala
##########
@@ -73,80 +73,73 @@ case class BroadcastExchangeExec(
@transient
private[sql] lazy val relationFuture: Future[broadcast.Broadcast[Any]] = {
- // relationFuture is used in "doExecute". Therefore we can get the
execution id correctly here.
Review comment:
@HyukjinKwon I have tried to adjust the indent so that diff seems to show
only lines i have modified. Does it seem ok now.?
----------------------------------------------------------------
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]