I am trying to convert json files to parquet, in order to load them to aws S3 and query with athena
However some binary fields ( for example timestamp in different formats ) are automatically converted to strings ( or "BYTE_ARRAY"S )
How can I control which field in the json is converted to which type in parquet?
Can i just use a specific format or is it simply not supported
thanks