mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
8 lines
219 B
JSON
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"}}
|
|
]
|
|
}
|