Skip to content

Commit

Permalink
chore: Update src/datatypes/src/vectors/decimal.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Nov 16, 2023
1 parent 98568e7 commit 8219059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datatypes/src/vectors/decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ pub mod tests {
assert!(array.is_null(4));
}
}

#[test]
fn test_decimal28_vector_iter_data() {
let vector = Decimal128Vector::from_values(vec![1, 2, 3, 4])
Expand Down

0 comments on commit 8219059

Please sign in to comment.