We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0334ee commit 5ceed39Copy full SHA for 5ceed39
1 file changed
datafusion/physical-plan/src/spill/mod.rs
@@ -19,7 +19,7 @@
19
20
pub(crate) mod in_progress_spill_file;
21
pub(crate) mod spill_manager;
22
-pub mod spill_pool;
+pub(crate) mod spill_pool;
23
24
use std::fs::File;
25
use std::io::BufReader;
0 commit comments