rustyconover opened a new issue, #48608:
URL: https://github.com/apache/arrow/issues/48608
### Describe the bug, including details regarding any error messages,
version, and platform.
Hi Arrow Team,
In Python when working with an `ipc.Message` if you convert it to a string
with `str()` you get the format string, rather than the interpolated values.
```
pyarrow.Message
type: {self.type}
metadata length: {metadata_len}
body length: {body_len}
```
Seems like we're just forgetting the "f" in front of the format string.
Best wishes,
Rusty
### 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]