Skip to content

Commit 053e1dd

Browse files
committed
fix
1 parent a7a0514 commit 053e1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • benchmarks/datafusion-bench/src

benchmarks/datafusion-bench/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ async fn register_v2_tables<B: Benchmark + ?Sized>(
316316
None => format!("*.{}", format.ext()),
317317
};
318318

319-
let multi_ds = MultiFileDataSource::new(SESSION.clone())
319+
let (multi_ds, _) = MultiFileDataSource::new(SESSION.clone())
320320
.with_glob(glob_pattern, Some(fs))
321321
.build()
322322
.await?;

0 commit comments

Comments
 (0)