Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 21, 2024
1 parent 7b65b20 commit fdd8647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-json/src/json/deserialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn deserialize_list<'a, A: Borrow<BorrowedValue<'a>>>(
},
_ => {
validity.push(false);
offsets.extend_constant(1)
offsets.extend_constant(1);
err_idx = if err_idx == rows.len() { i } else { err_idx };
},
});
Expand Down

0 comments on commit fdd8647

Please sign in to comment.