Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Dec 10, 2023
1 parent 2ba26d0 commit bc96ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow-json/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ fn to_json_float(
.map(Value::Number)
})
})
// pivot the Option<Result> to Result<Option>
.map_or_else(|| Ok(None), |result| result.map(Some));

if let Some(j) = maybe_value? {
Expand Down

0 comments on commit bc96ca3

Please sign in to comment.