Lzzzzzt commented on code in PR #4883:
URL: https://github.com/apache/opendal/pull/4883#discussion_r1675406485
##########
core/src/types/operator/operator.rs:
##########
@@ -64,6 +66,8 @@ use crate::*;
pub struct Operator {
// accessor is what Operator delegates for
accessor: Accessor,
+ // info stores the metadata for operator, users can use this metadata to
get information of operator.
+ info: OnceCell<Arc<OperatorInfo>>,
Review Comment:
ok
--
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]