Xuanwo commented on code in PR #6982:
URL: https://github.com/apache/opendal/pull/6982#discussion_r2613766701
##########
core/services/b2/src/backend.rs:
##########
@@ -394,6 +394,7 @@ impl Access for B2Backend {
ErrorKind::Unsupported,
"operation is not supported",
)),
+ _ => todo!(),
Review Comment:
wow, we should not panic here, return an error is better.
--
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]