Fix warnings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Provide ser/de of value data to a good net exchange format.
|
||||
*/
|
||||
|
||||
#[allow(dead_code)]
|
||||
async fn local_unpacked_test() {
|
||||
// TODO what kind of query format? What information do I need here?
|
||||
// Don't need exact details of channel because I need to parse the databuffer config anyway.
|
||||
@@ -24,8 +25,8 @@ async fn local_unpacked_test() {
|
||||
buffer_size: 1024 * 8,
|
||||
};*/
|
||||
|
||||
let query = todo!();
|
||||
let node = todo!();
|
||||
let query = err::todoval();
|
||||
let node = err::todoval();
|
||||
|
||||
// TODO generate channel configs for my test data.
|
||||
|
||||
@@ -34,5 +35,5 @@ async fn local_unpacked_test() {
|
||||
// TODO find the matching config entry. (bonus: fuse consecutive compatible entries)
|
||||
|
||||
use crate::agg::IntoDim1F32Stream;
|
||||
let stream = crate::EventBlobsComplete::new(&query, query.channel_config.clone(), node).into_dim_1_f32_stream();
|
||||
let _stream = crate::EventBlobsComplete::new(&query, query.channel_config.clone(), node).into_dim_1_f32_stream();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user