We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477944f commit 5df7cb0Copy full SHA for 5df7cb0
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