Skip to content

Minor: Remove unneccessary vec! in SortMergeJoinStream initialization#18430

Merged
Jefffrey merged 1 commit intoapache:mainfrom
mapleFU:minor-opt
Nov 2, 2025
Merged

Minor: Remove unneccessary vec! in SortMergeJoinStream initialization#18430
Jefffrey merged 1 commit intoapache:mainfrom
mapleFU:minor-opt

Conversation

@mapleFU
Copy link
Copy Markdown
Member

@mapleFU mapleFU commented Nov 1, 2025

Which issue does this PR close?

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?

No

@github-actions github-actions Bot added the physical-plan Changes to the physical-plan crate label Nov 1, 2025
Copy link
Copy Markdown
Contributor

@Jefffrey Jefffrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jefffrey Jefffrey added this pull request to the merge queue Nov 2, 2025
Merged via the queue into apache:main with commit efcc216 Nov 2, 2025
32 checks passed
@mapleFU mapleFU deleted the minor-opt branch November 2, 2025 11:53
tschwarzinger pushed a commit to tschwarzinger/datafusion that referenced this pull request Nov 2, 2025
…apache#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 apache#123` indicates that this PR will close issue apache#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?

No
codetyri0n pushed a commit to codetyri0n/datafusion that referenced this pull request Nov 11, 2025
…apache#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 apache#123` indicates that this PR will close issue apache#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?

No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

physical-plan Changes to the physical-plan crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants