File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ const SampleJson string = `
110110 "level": "warn",
111111 "location": "ffxkmbwbtxplhgnz",
112112 "message": "Logging a request",
113+ "meta-source": "quest-smoke-test",
114+ "meta-test": "Fixed-Logs",
113115 "os": "Linux",
114116 "p_src_ip": "127.0.0.1",
115117 "p_timestamp": "2024-10-27T05:13:26.744Z",
@@ -286,6 +288,22 @@ const SchemaBody string = `{
286288 "dict_is_ordered": false,
287289 "metadata": {}
288290 },
291+ {
292+ "name": "meta-source",
293+ "data_type": "Utf8",
294+ "nullable": true,
295+ "dict_id": 0,
296+ "dict_is_ordered": false,
297+ "metadata": {}
298+ },
299+ {
300+ "name": "meta-test",
301+ "data_type": "Utf8",
302+ "nullable": true,
303+ "dict_id": 0,
304+ "dict_is_ordered": false,
305+ "metadata": {}
306+ },
289307 {
290308 "name": "os",
291309 "data_type": "Utf8",
You can’t perform that action at this time.
0 commit comments