Skip to content

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?

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

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make MemoryStream public

2 participants