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] Work around bug with aws-sdk-cpp and pyarrow on MacOS #1938

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Dec 1, 2023

Issue and/or context: Following on #1926 (comment)

Changes: The bug has been bisected to pyarrrow==12.0 good and pyarrow==13.0 bad, along with aws-sdk-cpp 1.11, on MacOS (x86_64 or arm64). The aws-sdk-cpp issues aws/aws-sdk-cpp#2411
and aws/aws-sdk-cpp#2699 are many months old, and we cannot realistically expect traction. Therefore we pin pyarrow<13.0 on MacOS. Also note we have import pyarrow_hotfix for the pyarrow CVE. (See also #1926.)

Notes for Reviewer:

@johnkerl johnkerl changed the title [python] Work around apparent AWS ABI clash with pyarrow on MacOS [python] Work around bug with aws-sdk-cpp and pyarrow on MacOS Dec 1, 2023
@johnkerl johnkerl marked this pull request as ready for review December 1, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants