Describe the bug, including details regarding any error messages, version, and platform.
With regard to #40262, is there a plan to update pyarrow's AWS SDK dependency from 1.10 to 1.11? We believe from
|
ARROW_AWSSDK_BUILD_VERSION=1.10.55 |
that
pyarrow is currently using 1.10:
ARROW_AWSSDK_BUILD_VERSION=1.10.55
It appears that a mitigation for #40262 is in AWS SDK 1.11:
aws/aws-sdk-cpp#2710
(There's significant backstory on single-cell-data/TileDB-SOMA#2692 and on TileDB-Inc/tiledbsoma-feedstock#171, if backstory is desired. A repro is here: single-cell-data/TileDB-SOMA#2692 (comment).)
cc @pitrou
Component(s)
Python
Describe the bug, including details regarding any error messages, version, and platform.
With regard to #40262, is there a plan to update
pyarrow's AWS SDK dependency from 1.10 to 1.11? We believe fromarrow/cpp/thirdparty/versions.txt
Line 54 in fe4d04f
that
pyarrowis currently using 1.10:It appears that a mitigation for #40262 is in AWS SDK 1.11:
aws/aws-sdk-cpp#2710
(There's significant backstory on single-cell-data/TileDB-SOMA#2692 and on TileDB-Inc/tiledbsoma-feedstock#171, if backstory is desired. A repro is here: single-cell-data/TileDB-SOMA#2692 (comment).)
cc @pitrou
Component(s)
Python