record.FormatToMap() just formats input data to map[string]interface{} without checking schema, but it fails following processes (e.g. #24 )
So, we should ensure schema checks at the place to detect mismatching. It's natural because to-parquet-conversion is based on schema!