Skip to content

Commit

Permalink
fix comments: BroadcastExchange -> BroadcastExchangeExec
Browse files Browse the repository at this point in the history
  • Loading branch information
seancxmao committed Apr 24, 2018
1 parent 6aceb43 commit c8adec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object SQLExecution {
/**
* Wrap an action with a known executionId. When running a different action in a different
* thread from the original one, this method can be used to connect the Spark jobs in this action
* with the known executionId, e.g., `BroadcastExchange.relationFuture`.
* with the known executionId, e.g., `BroadcastExchangeExec.relationFuture`.
*/
def withExecutionId[T](sc: SparkContext, executionId: String)(body: => T): T = {
val oldExecutionId = sc.getLocalProperty(SQLExecution.EXECUTION_ID_KEY)
Expand Down

0 comments on commit c8adec6

Please sign in to comment.