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



##########
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 may need to expose df generated dirs to outer modules, for instance, 
write shuffle data in df in stage-1 and read shuffle data in reducers run in 
JVM. I think it's no harm to expose the module out?




-- 
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]


Reply via email to