You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52052][CORE][FOLLOW-UP] Remove extra broadcast
### What changes were proposed in this pull request?
Remove an extra broadcast added in #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#50874 from szehon-ho/SPARK-52052-follow.
Authored-by: Szehon Ho <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments