From bc96ca3f006ca90f86c035c247584ac3bc468b55 Mon Sep 17 00:00:00 2001 From: Matthew Gapp <61894094+matthewgapp@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:07:39 -0800 Subject: [PATCH] wip --- arrow-json/src/writer.rs | 1 - 1 file changed, 1 deletion(-) 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