pitrou commented on code in PR #48859:
URL: https://github.com/apache/arrow/pull/48859#discussion_r2690930513
##########
cpp/src/parquet/metadata.h:
##########
@@ -331,9 +332,12 @@ class PARQUET_EXPORT FileMetaData {
EncryptionAlgorithm encryption_algorithm() const;
const std::string& footer_signing_key_metadata() const;
- /// \brief Verify signature of FileMetaData when file is encrypted but footer
- /// is not encrypted (plaintext footer).
+ PARQUET_DEPRECATED("Deprecated in 24.0.0. Use the two-argument overload
instead.")
bool VerifySignature(const void* signature);
Review Comment:
I opted to deprecate this but we might also remove it, as it seems this API
is meant for internal use? @adamreeve @EnricoMi
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]