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