Skip to content

[Python] ipc.Message __repr__ format string not applied #48608

@rustyconover

Description

@rustyconover

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions