koushiro commented on code in PR #7081:
URL: https://github.com/apache/opendal/pull/7081#discussion_r2637952781
##########
core/core/src/services/rocksdb/lister.rs:
##########
@@ -18,10 +18,10 @@
use std::sync::Arc;
use std::vec::IntoIter;
-use super::core::*;
-use crate::raw::oio;
-use crate::raw::*;
-use crate::*;
Review Comment:
ditto
##########
core/services/rocksdb/src/writer.rs:
##########
@@ -45,10 +45,10 @@ impl oio::Write for RocksdbWriter {
async fn close(&mut self) -> Result<Metadata> {
let buf = self.buffer.clone().collect();
- let length = buf.len() as u64;
+ let len = buf.len() as u64;
Review Comment:
ditto
--
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]