We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdf721 commit e7b6d7aCopy full SHA for e7b6d7a
datafusion/tests/merge_fuzz.rs
@@ -85,7 +85,7 @@ impl TestCase {
85
async fn run(self) {
86
let TestCase { name, input } = self;
87
88
- for batch_size in vec![1, 2, 7, 49, 50, 51, 100] {
+ for batch_size in [1, 2, 7, 49, 50, 51, 100] {
89
let first_batch = input
90
.iter()
91
.map(|p| p.iter())
0 commit comments