Revision 1ced6c15448503a899be07afdb7f605a01bd70d1 authored by jiake on 12 December 2019, 03:39:31 UTC, committed by Dongjoon Hyun on 12 December 2019, 03:39:31 UTC
### What changes were proposed in this pull request?
Currently `ShuffleQueryStageExec `contain the mutable status, eg `mapOutputStatisticsFuture `variable. So It is not easy to pass when we copy `ShuffleQueryStageExec`. This PR will put the `mapOutputStatisticsFuture ` variable from `ShuffleQueryStageExec` to `ShuffleExchangeExec`. And then we can pass the value of `mapOutputStatisticsFuture ` when copying.

### Why are the changes needed?
In order to remove the mutable status in `ShuffleQueryStageExec`

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
Existing uts

Closes #26846 from JkSelf/removeMutableVariable.

Authored-by: jiake <ke.a.jia@intel.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 40b9c89
History
File Mode Size
fairscheduler.xml.template -rw-r--r-- 1.1 KB
log4j.properties.template -rw-r--r-- 2.0 KB
metrics.properties.template -rw-r--r-- 8.9 KB
slaves.template -rw-r--r-- 865 bytes
spark-defaults.conf.template -rw-r--r-- 1.3 KB
spark-env.sh.template -rwxr-xr-x 4.2 KB

back to top