diff options
Diffstat (limited to 'testSchemaFiles/query_log.json')
| -rw-r--r-- | testSchemaFiles/query_log.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testSchemaFiles/query_log.json b/testSchemaFiles/query_log.json new file mode 100644 index 0000000..4f5e8d5 --- /dev/null +++ b/testSchemaFiles/query_log.json @@ -0,0 +1,11 @@ +{ + "namespace": "system", + "type": "record", + "name": "query_log", + "fields": [ + { + "name": "query_id", + "type": "string" + } + ] +}
\ No newline at end of file |
