mapleFU commented on issue #32766:
URL: https://github.com/apache/arrow/issues/32766#issuecomment-1688247295
Is this still unfixed?
```
>>> pq.write_table(mytab, 'example.parquet')
>>> mytab
pyarrow.Table
DATE_OF_BIRTH: timestamp[ns, tz=UTC-8]
```
and schema of "example.parquet" is:
```
"Columns": [
{ "Id": "0", "Name": "DATE_OF_BIRTH", "PhysicalType": "INT64",
"ConvertedType": "TIMESTAMP_MICROS", "LogicalType": {"Type": "Timestamp",
"isAdjustedToUTC": true, "timeUnit": "microseconds", "is_from_converted_type":
false, "force_set_converted_type": false} }
],
```
How can I reproduce this issue?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]