Skip to content

Conversation

ding-young
Copy link
Contributor

@ding-young ding-young commented Jul 29, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Since the module visibility is pub(crate) mod spill_manager;, I don't think so.. maybe

@github-actions github-actions bot added the physical-plan Changes to the physical-plan crate label Jul 29, 2025
@ding-young ding-young marked this pull request as ready for review July 31, 2025 04:04
@comphead comphead added the api change Changes the API exposed to users of the crate label Jul 31, 2025
Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

Adding a label that pub method removed

@2010YOUY01
Copy link
Contributor

Although the method is pub, the entire SpillManager module is exported as pub(crate), which makes the removed function a private method, see:

pub(crate) mod spill_manager;

So let's remove the label.

@2010YOUY01 2010YOUY01 removed the api change Changes the API exposed to users of the crate label Aug 1, 2025
@2010YOUY01 2010YOUY01 merged commit 21362aa into apache:main Aug 1, 2025
28 checks passed
Standing-Man pushed a commit to Standing-Man/datafusion that referenced this pull request Aug 4, 2025
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.

Combine utilities in SpillManager
4 participants