thisisnic opened a new pull request, #47299: URL: https://github.com/apache/arrow/pull/47299
### Rationale for this change 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: ``` ### What changes are included in this PR? Remove the unconditional `noexcept` from `SecureString`’s default constructor so its exception specification now matches `std::string`’s on all libstdc++ versions. ### Are these changes tested? No but I'll run the failing CI job ### Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org