Changeset: c18b2223858e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c18b2223858e
Modified Files:
        sql/test/nested/Tests/missing_out_of_order.json
Branch: nested
Log Message:

add non-schema fields to test


diffs (17 lines):

diff --git a/sql/test/nested/Tests/missing_out_of_order.json 
b/sql/test/nested/Tests/missing_out_of_order.json
--- a/sql/test/nested/Tests/missing_out_of_order.json
+++ b/sql/test/nested/Tests/missing_out_of_order.json
@@ -7,10 +7,12 @@
 {
     "eventid": "2",
     "location":[{"key":"hostname", "value": "localhost"}],
+    "non_exitsing_list":[],
     "timestamp": "2023-03-31T12:20:30.372+00:00"
 },
 {
     "eventid": "3",
-    "location":[{"key":"hostname", "value": "localhost"}]
+    "location":[{"key":"hostname", "value": "localhost"}],
+    "bam": "non existing field"
 }
 ]
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to