Skip to content

Commit

Permalink
Update rust/src/writer/utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <willjones127@gmail.com>
  • Loading branch information
marijncv and wjones127 authored Mar 1, 2023
1 parent 4b778cc commit dafbf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/writer/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ mod tests {
#[test]
fn test_stringified_partition_value() {
let reference_pairs: Vec<(Arc<dyn Array>, Option<String>)> = vec![
(Arc::new(Int8Array::from(vec![None, Some(2)])), None),
(Arc::new(Int8Array::from(vec![None])), None),
(
Arc::new(Int8Array::from(vec![Some(1), Some(2)])),
Some(String::from("1")),
Expand Down

0 comments on commit dafbf4a

Please sign in to comment.