-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
The r-binary-packages job has been failing since 15th July with this error:
/arrow/cpp/src/parquet/encryption/encryption.h:175:62: error: use of deleted function 'arrow::util::SecureString::SecureString()'
: column_path_(std::move(path)), encrypted_(encrypted) {}
^
In file included from /arrow/cpp/src/parquet/encryption/encryption.h:26,
from /arrow/cpp/src/parquet/properties.h:30,
from /arrow/cpp/src/parquet/arrow/path_internal.cc:109:
This was shortly after this PR was merged, which uses the function mentioned in the error: #46017
Perhaps we introduced functionality in that PR that is only compatible with later versions of OpenSSL?
Note: there is an open issue about dropping OpenSSL 1.X builds: #45449
Component(s)
R