caicancai commented on code in PR #3512: URL: https://github.com/apache/incubator-opendal/pull/3512#discussion_r1385916757
########## 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: Thanks for the reminder, I'm still familiar with opendal, and I'm sorry for making such a low-level mistake -- 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]
