From 7dc19ad404db8059e8d3576d42cdb81321b63f1d Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Fri, 16 Apr 2021 16:25:54 +0200 Subject: [PATCH] WIP --- disk/src/cache.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/disk/src/cache.rs b/disk/src/cache.rs index 0ff2549..60b9655 100644 --- a/disk/src/cache.rs +++ b/disk/src/cache.rs @@ -246,12 +246,6 @@ impl PreBinnedValueStream { self.fut2 = Some(Box::pin(s)); } None => { - // TODO now try to read raw data. - // TODO Request the whole pre bin patch so that I have the option to save it as cache file if complete. - - // TODO The merging and other compute will be done by this node. - // TODO This node needs as input the splitted data streams. - // TODO Add a separate tcp server which can provide the parsed, unpacked, event-local-processed, reserialized streams. error!("TODO NO BETTER GRAN FOUND FOR g {}", g); todo!(); }