Commit 7070b36
[MINOR][SQL] Rename shouldBroadcast to isDynamicPruning in InSubqueryExec
### What changes were proposed in this pull request?
Rename `shouldBroadcast` param to `isDynamicPruning`.
### Why are the changes needed?
Explicitly indicating the behavior mode of DPP
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
Closes apache#42286 from liuzqt/insubqueryexec-rename.
Authored-by: Ziqi Liu <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>1 parent 2f9c8ac commit 7070b36
File tree
2 files changed
+4
-4
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution
- adaptive
2 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
0 commit comments