We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16637dc commit 8cb17c3Copy full SHA for 8cb17c3
1 file changed
datafusion/datasource/src/file_stream/mod.rs
@@ -57,7 +57,7 @@ const DEFAULT_OUTSTANDING_IOS_PER_PARTITION: usize = 2;
57
///
58
/// TODO make this a config option
59
fn max_buffered_morsels() -> usize {
60
- 2
+ 1
61
}
62
63
/// Resolve the shared outstanding-I/O budget for one `DataSourceExec`.
0 commit comments