tlm365 commented on issue #41812:
URL: https://github.com/apache/arrow/issues/41812#issuecomment-2131154054

   @lord You just need to change the parameter `nullable` to `True`, then it 
will work.
   ```python
   schema = pa.schema([pa.field('a', pa.float64(), nullable=True)])
   ```
   


-- 
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]

Reply via email to