From 684d588a9106e55273e684e0e2fa96c149894045 Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Wed, 31 Jul 2024 15:19:31 +0200 Subject: [PATCH] Fix test. --- src/test/resources/test_files/runtime-spark/FileInputs/Delta.jq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/test_files/runtime-spark/FileInputs/Delta.jq b/src/test/resources/test_files/runtime-spark/FileInputs/Delta.jq index 2d0ba36f9..33014af9c 100644 --- a/src/test/resources/test_files/runtime-spark/FileInputs/Delta.jq +++ b/src/test/resources/test_files/runtime-spark/FileInputs/Delta.jq @@ -1,3 +1,3 @@ -(:JIQS: ShouldRun; Output="{ "bool_array" : [ true ], "float" : 4.2, "float_array" : [ 4.2 ], "int64" : 42, "int64_array" : [ 42 ], "object" : { "bool" : true, "float" : 4.2, "int64" : 42, "object" : { "bool" : true }, "string" : "hello" }, "object_array" : [ { "bool" : true, "float" : 4.2, "int64" : 42, "object" : { "bool" : true }, "string" : "hello" } ], "string" : "hello", "string_array" : [ "hello" ] }" :) +(:JIQS: ShouldRun; Output="{ "bool_array" : [ true ], "float" : 4.2, "float_array" : [ 4.2 ], "int64" : 42, "int64_array" : [ 42 ], "object" : { "bool" : true, "float" : 4.2, "int64" : 42, "object" : { "bool" : true }, "string" : "hello" }, "object_array" : [ { "bool" : true, "float" : 4.2, "int64" : 42, "object" : { "bool" : true }, "string" : "hello" } ], "string" : "hello", "string_array" : [ "hello" ], "rowID" : 0 }" :) delta-file("../../../queries/sample_json_delta")