suyanhanx commented on code in PR #3512: URL: https://github.com/apache/incubator-opendal/pull/3512#discussion_r1385912980
########## core/src/services/mod.rs: ########## @@ -213,7 +213,7 @@ pub use self::redb::Redb; #[cfg(feature = "services-tikv")] mod tikv; #[cfg(feature = "services-tikv")] -pub use self::tikv::Tikv; +pub use self::tikv::TikvConfig; Review Comment: You may need to use them both. -- 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]
