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

14 lines
532 B
JSON

{"name": "a",
"type": "record",
"comment": "Contains several of the table fields in reverse order plus an extra",
"fields": [
{"name":"boolean2", "type":"boolean"},
{"name":"string1", "type":"string"},
{"name":"double1", "type":"int", "comment": "type promotion"},
{"name":"float1", "type":"int", "comment": "type promotion"},
{"name":"long1", "type":"int", "comment": "type promotion"},
{"name":"int1", "type":"int", "comment": "type promotion"},
{"name":"boolean1", "type":"boolean"}
]
}