Skip to content

Commit

Permalink
Update rust/lance/src/dataset.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <[email protected]>
  • Loading branch information
albertlockett and wjones127 authored Jan 15, 2025
1 parent 43627ff commit 90011e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lance/src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@ mod tests {
);

let reader = RecordBatchIterator::new(vec![data.unwrap()].into_iter().map(Ok), schema);
let mut dataset = Dataset::write(reader, test_uri, None).await.unwrap();
let mut dataset = Dataset::write(reader, "memory://", None).await.unwrap();

let manifest_before = dataset.manifest.clone();

Expand Down

0 comments on commit 90011e9

Please sign in to comment.