From e70d2f934d0ff6e041230e338b0c159cf09eb027 Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Fri, 23 Aug 2024 16:53:10 +0200 Subject: [PATCH 1/2] Run delta tests. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index affad88e7..cda5ccce9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -137,4 +137,4 @@ jobs: - name: Compile with Maven run: mvn clean compile assembly:single - name: DeltaUpdateRuntimeTests - run: mvn -Dtest=DeltaUpdateRuntimeTests + run: mvn -Dtest=DeltaUpdateRuntimeTests test From 41053cc047136ebd175f608c64d708420a1f1ebe Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Fri, 23 Aug 2024 16:57:09 +0200 Subject: [PATCH 2/2] 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 33014af9c..2d0ba36f9 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" ], "rowID" : 0 }" :) +(: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" ] }" :) delta-file("../../../queries/sample_json_delta")