Skip to content

Commit

Permalink
bump arrow-json hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrnewhouse committed Apr 30, 2024
1 parent 9c7df43 commit f4067cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/arroyo-formats/src/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ mod tests {
.unwrap();

let mut iter = serializer.serialize(&batch);
assert_eq!(iter.next().unwrap(), br#"{"value":1612274910045.332}"#);
assert_eq!(iter.next().unwrap(), br#"{"value":1612274910045}"#);
assert_eq!(iter.next().unwrap(), br#"{"value":null}"#);
assert_eq!(iter.next().unwrap(), br#"{"value":1712274910045.332}"#);
assert_eq!(iter.next().unwrap(), br#"{"value":1712274910045}"#);
}
}

0 comments on commit f4067cd

Please sign in to comment.