raulcd closed issue #46355: [Python] table.to_struct_array fails for empty table
URL: https://github.com/apache/arrow/issues/46355
--
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
hombit opened a new issue, #46355:
URL: https://github.com/apache/arrow/issues/46355
### Describe the bug, including details regarding any error messages,
version, and platform.
```python
import pyarrow as pa
table = pa.table({"a": pa.array([]), "b": pa.array([], type=pa.flo