### What changes were proposed in this pull request? `mapStatusRecords` is required in Spark 2 for constructing `MapStatus` when AQE is enabled, but not in Spark 3, so remove it to save memory and compute resources. This PR also simplifies the `for loop` code. ### Why are the changes needed? Remove unnecessary variables to save resources and clean up code. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #1564 from pan3793/CELEBORN-654. Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| common | ||
| spark-2 | ||
| spark-2-shaded | ||
| spark-3 | ||
| spark-3-shaded | ||