{ "type": "record", "name": "Calendar", "separatorChar": "\t", "fields": [ { "name": "long_dt", "type": "string", "doc": "date, yyyy-MM-dd" }, { "name": "short_dt", "type": "string", "doc": "date yyyyMMdd" }, { "name": "year", "type": "string", "doc": "year" }, { "name": "month", "type": "string", "doc": "month" }, { "name": "day", "type": "string", "doc": "day" }, { "name": "hour", "type": "string", "doc": "hour" }, { "name": "week", "type": "int", "doc": "星期" }, { "name": "quarter", "type": "string", "doc": "季度" }, { "name": "holiday", "type": "string", "doc": "节假日" } ] }