When creating an Arrow table from a Pandas DataFrame, the table schema contains a field of type timestamp[ns]. When serialising that table to a parquet file and then immediately reading it back, the ...
The type detection from datetime objects to array appears to ignore the presence of a tzinfo on the datetime object, instead storing them as naive timestamp columns. Python code: import datetime ...