lidavidm opened a new issue, #36933:
URL: https://github.com/apache/arrow/issues/36933

   ### Describe the enhancement requested
   
   ```python
   >>> import pyarrow
   >>> pyarrow.array([None] * 5, pyarrow.list_(pyarrow.int8()))
   <pyarrow.lib.ListArray object at 0x7f495698eb60>
   [
     null,
     null,
     ...
     null,
     null
   ]
   >>> pyarrow.__version__
   '12.0.1'
   ```
   
   There's no point ellipsizing the middle of the list; there's only one 
element, so we may as well show it!
   
   ### Component(s)
   
   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]

Reply via email to