Try to wrap stream into SCC to factor the errored and completed checks

This commit is contained in:
Dominik Werder
2021-04-30 20:20:30 +02:00
parent 168e532974
commit a23400aaf8
5 changed files with 94 additions and 28 deletions

View File

@@ -185,7 +185,7 @@ pub fn pre_binned_bytes_for_http(
query: &PreBinnedQuery,
) -> Result<PreBinnedValueByteStream, Error> {
info!("pre_binned_bytes_for_http {:?} {:?}", query, node);
let ret = PreBinnedValueByteStream::new(
let ret = super::cache::pbv::pre_binned_value_byte_stream_new(
query.patch.clone(),
query.channel.clone(),
query.agg_kind.clone(),