Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-32659][SQL][FOLLOWUP] Broadcast Array instead of Set in InSubq…
…ueryExec ### What changes were proposed in this pull request? This is a followup of apache#29475. This PR updates the code to broadcast the Array instead of Set, which was the behavior before apache#29475 ### Why are the changes needed? The size of Set can be much bigger than Array. It's safer to keep the behavior the same as before and build the set at the executor side. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? existing tests Closes apache#29838 from cloud-fan/followup. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information