You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Valgrind C++ build (conda-cpp-valgrind) currently has ARROW_S3=OFF.
It would be nice to enable S3 in that build for better coverage. However, we need to bump the AWS SDK to a more recent version (at least 1.11.62, it seems) to avoid false positives.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Our Valgrind C++ build (
conda-cpp-valgrind
) currently hasARROW_S3=OFF
.It would be nice to enable S3 in that build for better coverage. However, we need to bump the AWS SDK to a more recent version (at least 1.11.62, it seems) to avoid false positives.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: