diff --git a/arrow-json/src/writer.rs b/arrow-json/src/writer.rs index 779db91a8bf7..adb9de765d93 100644 --- a/arrow-json/src/writer.rs +++ b/arrow-json/src/writer.rs @@ -524,7 +524,6 @@ fn to_json_float( .map(Value::Number) }) }) - // pivot the Option to Result