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
pkg
.gitignore -rw-r--r-- 66 bytes
CRAN_RELEASE.md -rw-r--r-- 3.9 KB
DOCUMENTATION.md -rw-r--r-- 1.2 KB
README.md -rw-r--r-- 3.3 KB
WINDOWS.md -rw-r--r-- 3.5 KB
check-cran.sh -rwxr-xr-x 2.6 KB
create-docs.sh -rwxr-xr-x 1.8 KB
create-rd.sh -rwxr-xr-x 1.5 KB
find-r.sh -rwxr-xr-x 1.2 KB
install-dev.bat -rw-r--r-- 1.1 KB
install-dev.sh -rwxr-xr-x 1.6 KB
install-source-package.sh -rwxr-xr-x 2.0 KB
log4j.properties -rw-r--r-- 1.3 KB
run-tests.sh -rwxr-xr-x 2.7 KB

README.md

back to top