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] pyarrow.get_libraries() returns libraries with wrong order #14943

Closed
kou opened this issue Dec 14, 2022 · 0 comments · Fixed by #14944
Closed

[Python] pyarrow.get_libraries() returns libraries with wrong order #14943

kou opened this issue Dec 14, 2022 · 0 comments · Fixed by #14944

Comments

@kou
Copy link
Member

kou commented Dec 14, 2022

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

pyarrow.get_libraries() returns ['arrow', 'arrow_python'] but it should be ['arrow_python', 'arrow'] because libarrow_python.so depends on libarrow.so.

Component(s)

Python

@kou kou added the Type: bug label Dec 14, 2022
kou added a commit to kou/arrow that referenced this issue Dec 14, 2022
kou added a commit to kou/arrow that referenced this issue Dec 14, 2022
pyarrow.get_libraries() returns ['arrow', 'arrow_python'] but it
should be ['arrow_python', 'arrow'] because libarrow_python.so depends
on libarrow.so.
@kou kou added this to the 11.0.0 milestone Dec 20, 2022
kou added a commit that referenced this issue Dec 20, 2022
pyarrow.get_libraries() returns ['arrow', 'arrow_python'] but it should be ['arrow_python', 'arrow'] because libarrow_python.so depends on libarrow.so.
* Closes: #14943

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.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