blob: 877a324972dfc16c33b83457178d960c9882b040 [file] [log] [blame]
{"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":"date1", "type":"int", "comment": "type promotion"},
{"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"}
]
}