koushiro commented on code in PR #7081: URL: https://github.com/apache/opendal/pull/7081#discussion_r2637951359
########## core/core/src/services/rocksdb/backend.rs: ########## @@ -19,30 +19,36 @@ use std::sync::Arc; use rocksdb::DB; -use super::ROCKSDB_SCHEME; -use super::config::RocksdbConfig; -use super::core::*; -use super::deleter::RocksdbDeleter; -use super::lister::RocksdbLister; -use super::writer::RocksdbWriter; -use crate::raw::*; -use crate::*; Review Comment: please revert unrelated changes. and you can use `opendal_core::*;` and `opendal_core::raw::*;` directly -- 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]
