Commit efcc216
authored
Minor: Remove unneccessary vec! in SortMergeJoinStream initialization (#18430)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->
Remove a unnecessary vec allocation in SortMergeJoinStream
initialization
## Rationale for this change
Remove a unnecessary vec allocation in SortMergeJoinStream
initialization
## What changes are included in this PR?
Remove a unnecessary vec allocation in SortMergeJoinStream
initialization
## Are these changes tested?
Covered by existing
## Are there any user-facing changes?
No1 parent 488b024 commit efcc216
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
0 commit comments