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 b52a960 commit 43627ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/lance/src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3603,9 +3603,6 @@ mod tests {
false,
)]));

let test_dir = tempdir().unwrap();
let test_uri = test_dir.path().to_str().unwrap();

let data = RecordBatch::try_new(
schema.clone(),
vec![Arc::new(UInt32Array::from_iter_values(0..100))],
Expand Down

0 comments on commit 43627ff

Please sign in to comment.