Commit f497ab5
[SPARK-43755][CONNECT][MINOR] Open
### What changes were proposed in this pull request?
Minor refactor - make `AdaptiveSparkPlanHelper.allChildren` protected in place of private, so that we don't have to copy it over, risking that the two versions will get out of sync.
### Why are the changes needed?
Minor refactor.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI
Closes #42060 from juliuszsompolski/SPARK-43755-fup.
Authored-by: Juliusz Sompolski <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit 227e28c)
Signed-off-by: Hyukjin Kwon <[email protected]>AdaptiveSparkPlanHelper.allChildren instead of using copy in MetricGenerator
1 parent b831d82 commit f497ab5
File tree
2 files changed
+2
-8
lines changed- connector/connect/server/src/main/scala/org/apache/spark/sql/connect/utils
- sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive
2 files changed
+2
-8
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments