You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/13 14:53:12 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #1526: Initial MemoryManager and DiskManager APIs for query execution + External Sort implementation

alamb commented on a change in pull request #1526:
URL: https://github.com/apache/arrow-datafusion/pull/1526#discussion_r784032226



##########
File path: datafusion/src/execution/mod.rs
##########
@@ -19,4 +19,7 @@
 
 pub mod context;
 pub mod dataframe_impl;
+pub mod disk_manager;

Review comment:
       I agree that it makes sense to keep it private (or at least make it clearer in docs that the API is likely to change in the short term)




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org