You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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