alamb commented on a change in pull request #1664:
URL: https://github.com/apache/arrow-datafusion/pull/1664#discussion_r791110688
##########
File path: datafusion/src/execution/mod.rs
##########
@@ -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;
Review comment:
I also had to make `MemoryManager` public in
https://github.com/apache/arrow-datafusion/pull/1668 -- I went with just the
`MemoryManager` structure, but maybe making the whole module would be better 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]