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