kylebarron commented on code in PR #742:
URL:
https://github.com/apache/arrow-rs-object-store/pull/742#discussion_r3382952425
##########
src/azure/builder.rs:
##########
@@ -85,6 +85,11 @@ enum Error {
#[error("Missing component in SAS query pair")]
MissingSasComponent {},
+ #[error("Invalid encryption key: {source}")]
Review Comment:
Oh ignore me; I thought this error was exposed publicly, and I noticed it
didn't have `#[non_exhaustive]`. But I see now it's an internal error enum.
--
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]