Wrap an action with a known executionId.
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., BroadcastHashJoin.broadcastFuture
.
Wrap an action that will execute "queryExecution" to track all Spark jobs in the body so that we can connect them with an execution.