Commit 67375a8
[SPARK-52052][CORE][FOLLOW-UP] Remove extra broadcast
### What changes were proposed in this pull request?
Remove an extra broadcast added in apache#50844
### Why are the changes needed?
Return value of broadcast is not used, so it seems it is not needed
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing tests
### Was this patch authored or co-authored using generative AI tooling?
No
Closes apache#50874 from szehon-ho/SPARK-52052-follow.
Authored-by: Szehon Ho <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 679dfcb commit 67375a8
File tree
1 file changed
+0
-1
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/json
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
0 commit comments