Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy
Browse files Browse the repository at this point in the history
Maxxen committed Apr 10, 2024
1 parent ea337a3 commit ad99a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtab/arrow.rs
Original file line number Diff line number Diff line change
@@ -631,7 +631,7 @@ mod test {

let mid = arrow::temporal_conversions::MILLISECONDS_IN_DAY;
check_rust_primitive_array_roundtrip(
Date64Array::from(vec![1 * mid, 2 * mid, 3 * mid]),
Date64Array::from(vec![mid, 2 * mid, 3 * mid]),
Date32Array::from(vec![1, 2, 3]),
)?;

0 comments on commit ad99a7f

Please sign in to comment.