lidavidm commented on issue #28:
URL: https://github.com/apache/arrow-go/issues/28#issuecomment-3275096017

   ```python
   In [22]: import polars
   
   In [23]: arr = polars.Series([None]*1000, dtype=polars.String)
   
   In [24]: arr2 = arr.to_arrow()
   
   In [25]: arr2.buffers()[2]
   Out[25]: <pyarrow.Buffer address=0x1 size=0 is_cpu=True is_mutable=False>
   ```


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