-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Update bundled AWS SDK for C++ from 1.10.55 #45195
Comments
Changing just the version and checksum to match 1.11.480, I'm running into some configure issues in the aws-sdk-cpp EP:
The entire generated directory is being wiped out inside the EP and we want to keep around the ones we reference here,
I imagine we're just missing the right configure args to keep those around. |
I think that we should use |
Okay. I might not get to creating a PR for this right away so I'm going to de-assign myself. Maybe @assignUser would want to take this on? |
Or I may work on this after apache/arrow-java#20. |
Something broke between 1.11.458 and 1.11.488, I recommend not going past 1.11.458 until we understand this better (or we debug it conclusively and then fix it). |
Thanks for the note @h-vetinari. From the looks of it, there should be a fixed release of aws-sdk-cpp soon we can jump to if we like. |
Indeed, 1.11.489 should be fine again (but it'll be a little while yet before we test it in conda-forge) |
Hi everybody! I don't know I'm new to pyarrow, but the python library ray uses pyarrow under the hood. And I have recently run into an issue with uesing pyarrow to get credentials in an EKS cluster using eks-pod-identity-agent. The issue seems to be with the AWS SDK for c++. AWS says the minimum version should be 1.11.263 . So updating the version here would be greatly appreciated! |
The current status: #45306 (comment) |
Describe the enhancement requested
The current bundled version is 1.10.55:
arrow/cpp/thirdparty/versions.txt
Line 54 in 438cf9b
The latest version is 1.11.480 now: https://github.com/aws/aws-sdk-cpp/tags
This will help #44989 too.
Component(s)
C++
The text was updated successfully, but these errors were encountered: