Skip to content

Commit

Permalink
Down to 1 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Gardner committed Aug 6, 2022
1 parent bda93d6 commit 520c5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/core/src/datasource/file_format/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,10 @@ mod tests {
projection: Option<Vec<usize>>,
limit: Option<usize>,
) -> Result<Arc<dyn ExecutionPlan>> {
let store_root = env!("CARGO_MANIFEST_DIR");
let filename = "tests/jsons/2.json";
let format = JsonFormat::default();
scan_format(&format, ".", filename, projection, limit).await
scan_format(&format, store_root, filename, projection, limit).await
}

#[tokio::test]
Expand Down

0 comments on commit 520c5fa

Please sign in to comment.