Commit 09209f0
[SPARK-49775][SQL][FOLLOW-UP] Use SortedSet instead of Array with sorting
### What changes were proposed in this pull request?
This PR is a followup of #48235 that addresses #48235 (comment) comment.
### Why are the changes needed?
For better performance (in theory)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests should verify them
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48245 from HyukjinKwon/SPARK-49775-followup.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 1f2e7b8 commit 09209f0
File tree
1 file changed
+3
-1
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments