Files
impala/testdata/avro_schema_resolution/file_schema1.avsc
2014-01-08 10:51:39 -08:00

8 lines
219 B
JSON

{"name": "a",
"type": "record",
"comment": "Contains a field not in the table and none of the table fields",
"fields": [
{"name":"boolean2", "type": {"type": "boolean", "note": "alternate primitive syntax"}}
]
}