alamb commented on a change in pull request #1539:
URL: https://github.com/apache/arrow-datafusion/pull/1539#discussion_r796034310
##########
File path: datafusion/src/physical_plan/mod.rs
##########
@@ -640,6 +640,7 @@ pub mod sort;
pub mod sort_preserving_merge;
pub mod stream;
pub mod string_expressions;
+pub(crate) mod tdigest;
Review comment:
I think `pub(crate)` is a good place to start, and we can make it `pub`
later on if there is some usecase
--
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]