aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/functions/repeated/repeated_map.json
diff options
context:
space:
mode:
Diffstat (limited to 'exec/java-exec/src/test/resources/functions/repeated/repeated_map.json')
-rw-r--r--exec/java-exec/src/test/resources/functions/repeated/repeated_map.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/exec/java-exec/src/test/resources/functions/repeated/repeated_map.json b/exec/java-exec/src/test/resources/functions/repeated/repeated_map.json
new file mode 100644
index 000000000..5e9127b87
--- /dev/null
+++ b/exec/java-exec/src/test/resources/functions/repeated/repeated_map.json
@@ -0,0 +1,7 @@
+{"mapArray": [{"field1": 1, "field2": "val1"}, {"field1": 2}]}
+{"mapArray": [{"field1": 1}, {"field1": 2}]}
+{"mapArray": [{"field2": "val2"}, {"field1": 2}, {"field1": 2}]}
+{"mapArray": []}
+{"mapArray": [{"field1": 1, "field2": "val3"}]}
+{"mapArray": [{"field1": 1, "field2": "val4"}, {"field1": 2}, {"field1": 2}, {"field2": "val1"}, {"field1": 2}]}
+{"mapArray": [{"field1": 1, "field2": "val3"}, {"field1": 2}]}