mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 21:00:38 +00:00
feat: impl Logstore::read by LogFile::create_stream (#124)
* feat: bridge LogStore::read to LogFile::create_stream * fix some CR comments
This commit is contained in:
@@ -127,7 +127,7 @@ impl<S: LogStore> Wal<S> {
|
||||
|
||||
let res = self
|
||||
.store
|
||||
.append(ns, e)
|
||||
.append(&ns, e)
|
||||
.await
|
||||
.map_err(BoxedError::new)
|
||||
.context(error::WriteWalSnafu { name: self.name() })?;
|
||||
|
||||
Reference in New Issue
Block a user