Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MemoryManager and MemoryStream public #1664

Merged
merged 2 commits into from
Jan 24, 2022
Merged

Conversation

yjshen
Copy link
Member

@yjshen yjshen commented Jan 24, 2022

Which issue does this PR close?

Closes #150 .

Rationale for this change

Make MemoryManager and MemoryStream public, make them accessible by ballista or other projects.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Jan 24, 2022
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Nice cleanup @yjshen

@@ -20,6 +20,6 @@
pub mod context;
pub mod dataframe_impl;
pub(crate) mod disk_manager;
pub(crate) mod memory_manager;
pub mod memory_manager;
Copy link
Contributor

Choose a reason for hiding this comment

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

I also had to make MemoryManager public in #1668 -- I went with just the MemoryManager structure, but maybe making the whole module would be better 🤔

@alamb alamb merged commit 97f95b3 into apache:master Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make MemoryStream public
2 participants