milesgranger commented on PR #13921: URL: https://github.com/apache/arrow/pull/13921#issuecomment-1220604023
Something like this `pyarrow.lib.Buffer(0x7fc0b46a5e30, size=1024, is_cpu=True, is_mutable=True)` or like how arrays are presented with default repr followed by the pretty repr? ``` <pyarrow.lib.Buffer at 0x7fea5e51e7b0> pyarrow.lib.Buffer(size=1024, is_cpu=True, is_mutable=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]
