Skip to content

Commit 5ceed39

Browse files
committed
make pub(crate) for now
1 parent f0334ee commit 5ceed39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-plan/src/spill

datafusion/physical-plan/src/spill/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
pub(crate) mod in_progress_spill_file;
2121
pub(crate) mod spill_manager;
22-
pub mod spill_pool;
22+
pub(crate) mod spill_pool;
2323

2424
use std::fs::File;
2525
use std::io::BufReader;

0 commit comments

Comments
 (0)