-
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. |
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: