phpsxg opened a new issue, #35441:
URL: https://github.com/apache/arrow/issues/35441
### Describe the usage question you have. Please include as many useful
details as possible.
When defining a model using pa.schema, how do you define a field if the
entire column may be empty?
For example, I define a name field, which may or may not be empty in the
entire column
The definition is as follows:
```pa.field('name', pa.string())```
When the name column is empty, an error is reported, how do I define field
so that it is compatible with the case where the whole column is empty
### Component(s)
Parquet, Python
--
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]