Aokizy2 opened a new pull request, #48656:
URL: https://github.com/apache/arrow/pull/48656
### Rationale for this change
`Message.__repr__` showed format placeholders (`{self.type}`) instead of
actual values.
### What changes are included in this PR?
Add missing `f` prefix to f-string in `Message.__repr__` (pyarrow/lib.pxi).
### Are these changes tested?
Yes: added test verifying string representation shows actual values.
### Are there any user-facing changes?
Yes (bug fix): `str(message)` now shows values like `type: RecordBatch`
instead of placeholders.
related to issue #48608
--
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]