ClickHouse/dbms/tests/queries/0_stateless/data_avro/empty.avsc
Andrew Onyshchuk d15e820e9f Add Avro tests
2020-01-10 03:05:47 -06:00

7 lines
106 B
JSON

{
"type": "record",
"name": "row",
"fields": [
{"name": "a", "type": "long"}
]
}