Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Typo in get_writer #34088

Closed
westonpace opened this issue Feb 9, 2023 · 0 comments · Fixed by #34089
Closed

[Python] Typo in get_writer #34088

westonpace opened this issue Feb 9, 2023 · 0 comments · Fixed by #34089

Comments

@westonpace
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

When trying to open an IPC writer on something that is not a file object the error is:

Unable to read from object of type: {0}

It should be write instead of read.

Component(s)

Python

westonpace added a commit that referenced this issue Feb 9, 2023
* Closes: #34088

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 12.0.0 milestone Feb 9, 2023
sjperkins pushed a commit to sjperkins/arrow that referenced this issue Feb 10, 2023
* Closes: apache#34088

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this issue Feb 17, 2023
* Closes: apache#34088

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
* Closes: apache#34088

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant