Skip to content

Commit

Permalink
Allow writing null valued keys in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Nov 12, 2023
1 parent 31b5724 commit 9ef47a8
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 79 deletions.
1 change: 0 additions & 1 deletion arrow-array/src/numeric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ mod tests {
let mask = 0b01010101_01010101_10101010_10101010;
let actual = UInt16Type::mask_from_u64(mask);
let expected = expected_mask!(i16, mask);
dbg!(&expected);
let expected = m16x32::from_cast(i16x32::from_slice_unaligned(expected.as_slice()));

assert_eq!(expected, actual);
Expand Down
Loading

0 comments on commit 9ef47a8

Please sign in to comment.