Commit 727106f
authored
### 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
* GitHub Issue: #48608
Authored-by: aokizy <[email protected]>
Signed-off-by: Rok Mihevc <[email protected]>
1 parent a9f0a4a commit 727106f
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
782 | 794 | | |
783 | 795 | | |
784 | 796 | | |
| |||
0 commit comments