Transition to more specific stage 1 binning, compiles
This commit is contained in:
2
disk/src/cache/pbv.rs
vendored
2
disk/src/cache/pbv.rs
vendored
@@ -167,7 +167,7 @@ where
|
||||
self.node_config.node_config.cluster.clone(),
|
||||
self.stream_kind.clone(),
|
||||
);
|
||||
let s1 = crate::agg::binnedt::IntoBinnedT::<SK>::into_binned_t(s1, range);
|
||||
let s1 = crate::agg::binnedt::IntoBinnedT::<SK, _>::into_binned_t(s1, range);
|
||||
//self.fut2 = Some(Box::pin(s1));
|
||||
self.fut2 = err::todoval();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user