rohanjain101 opened a new issue, #48169:
URL: https://github.com/apache/arrow/issues/48169
### Describe the bug, including details regarding any error messages,
version, and platform.
```
pq.read_schema("uuid.parquet")
c: fixed_size_binary[16]
```
But when using through read_table, or through schema_arrow:
`pq.ParquetFile("uuid.parquet").schema_arrow`, returns extension type:
`c: extension<arrow.uuid>`
Same with read_table:
`pq.read_table("uuid.parquet").schema`
`c: extension<arrow.uuid>`
### Component(s)
Parquet
--
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]