Fokko closed issue #46469: Writing UUID using PyArrow does not set the UUID
logical type on Parquet
URL: https://github.com/apache/arrow/issues/46469
--
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
Fokko opened a new issue, #46469:
URL: https://github.com/apache/arrow/issues/46469
### Describe the bug, including details regarding any error messages,
version, and platform.
Consider the following path:
```
In [1]: import pyarrow as pa
...: import uuid
...: