mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-13 19:20:36 +00:00
review: remove outdated todo
Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
@@ -809,7 +809,6 @@ impl InMemoryLayer {
|
||||
match l0_flush_global_state {
|
||||
l0_flush::Inner::Direct { .. } => {
|
||||
let file_contents = inner.file.load_to_io_buf(ctx).await?;
|
||||
// TODO(yuchen): see ways to avoid this copy.
|
||||
let file_contents = file_contents.freeze();
|
||||
|
||||
for (key, vec_map) in inner.index.iter() {
|
||||
|
||||
Reference in New Issue
Block a user